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 10 months ago
Alternatives and similar repositories for is_utf8
Users that are interested in is_utf8 are comparing it to the libraries listed below
Sorting:
- Fast, SIMD hex string encoder and decoder C++ lib and Node.js module☆58Updated 2 years ago
- A standalone library to create and manipulate metrics in C☆19Updated last week
- C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.☆61Updated last month
- ulids in C++, Header Only☆99Updated 2 years ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆28Updated last week
- Performance profiling of JSON libraries☆26Updated last month
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 11 months ago
- A super-fast hash algorithm in a single C++ header☆86Updated 3 years ago
- Simple C++ code to benchmark fast division algorithms☆52Updated 4 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆167Updated 5 months ago
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG☆246Updated last week
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆38Updated last year
- C++ framework for rapid server development☆77Updated last year
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆82Updated 4 years ago
- A header-only implementation of SipHash☆30Updated 3 weeks ago
- A few classes for extremely fast json parsing/serializing in modern C++. Possibly the fastest json parser in C++. Possibly the fastest js…☆85Updated 2 weeks ago
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- libuv thread communication☆58Updated 2 years ago
- Yet another C++ text formatting library.☆71Updated 7 months ago
- For details, see the blog post:☆32Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 3 years ago
- Lock-free RCU (Read-Copy-Update) user-space library☆10Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- Multi-protocol Port Mapping client library☆46Updated 2 months ago
- Fast fuzzy regex matcher: specify max edit distance to find approximate matches. FuzzyMatcher is now included in RE/flex.☆37Updated 3 months ago