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.
☆67Updated last year
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☆57Updated 3 years ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆30Updated 3 weeks ago
- C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.☆63Updated last week
- Performance profiling of JSON libraries☆28Updated 3 months ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆25Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 3 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆169Updated 7 months ago
- A header-only implementation of SipHash☆30Updated 2 months ago
- ulids in C++, Header Only☆101Updated 2 years ago
- A standalone library to create and manipulate metrics in C☆19Updated 3 weeks ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆12Updated 2 years ago
- A C11 implementation of D. Vyukov MPSC queue☆30Updated 2 years ago
- A few classes for extremely fast json parsing/serializing in modern C++. Possibly the fastest json parser in C++. Possibly the fastest js…☆89Updated this week
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆46Updated 8 months ago
- For details, see the blog post:☆33Updated last year
- A single file C++11 header-only memory mapped file library.☆65Updated last year
- A super-fast hash algorithm in a single C++ header☆91Updated 4 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆82Updated 3 weeks ago
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆39Updated last year
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG☆253Updated 2 months ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆151Updated 4 years ago
- C++20 SIMD Within A Register library☆43Updated 4 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- How fast can we shuffle values?☆38Updated last year
- C library to remove white space from strings as fast as possible☆155Updated last year
- Fast fuzzy regex matcher: specify max edit distance to find approximate matches. FuzzyMatcher is now included in RE/flex.☆37Updated 5 months ago
- C++ wrapper around wyhash and wyrand☆14Updated last year
- Turbo Base64 - Fastest Base64 SIMD:SSE/AVX2/AVX512/Neon/Altivec - Faster than memcpy!☆313Updated 2 months ago