simdutf / is_utf8Links
Fast C++ function "is_utf8": checks if the input is valid UTF-8. Made of a single source file. Optimized for ARM NEON, x64 SSE, AVX2 and AVX-512.
☆66Updated last month
Alternatives and similar repositories for is_utf8
Users that are interested in is_utf8 are comparing it to the libraries listed below
Sorting:
- Performance profiling of JSON libraries☆28Updated 5 months ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆30Updated last week
- Fast, SIMD hex string encoder and decoder C++ lib and Node.js module☆57Updated 3 years ago
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆39Updated last year
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.☆65Updated 2 months ago
- A header-only implementation of SipHash☆33Updated 4 months ago
- ulids in C++, Header Only☆102Updated 2 years ago
- A standalone library to create and manipulate metrics in C☆20Updated last week
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- C++20 Coroutines running on libuv for intuitive async I/O☆40Updated this week
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆170Updated 9 months ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- C++ framework for rapid server development☆76Updated last year
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆12Updated 2 years ago
- A simple C++ header-only template library implementing matching using wildcards☆91Updated last year
- A C++20 header-only bencode library.☆48Updated 3 years ago
- A super-fast hash algorithm in a single C++ header☆92Updated 4 years ago
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated this week
- A few classes for extremely fast json parsing/serializing in modern C++. Possibly the fastest json parser in C++. Possibly the fastest js…☆90Updated 2 months ago
- Fast multi-threaded memory allocator☆79Updated 6 years ago
- JAXN: A standard for extended JSON☆19Updated 4 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- A single file C++11 header-only memory mapped file library.☆75Updated 2 years ago
- libuv thread communication☆59Updated 2 years ago
- Fast fuzzy regex matcher: specify max edit distance to find approximate matches. FuzzyMatcher is now included in RE/flex.☆37Updated 7 months ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆99Updated last month
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆19Updated 4 years ago
- Boost.org unordered module☆86Updated 3 weeks ago