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 11 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☆57Updated 2 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆27Updated last year
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- Performance profiling of JSON libraries☆27Updated 3 months ago
- Simple C++ code to benchmark fast division algorithms☆52Updated 4 years ago
- ulids in C++, Header Only☆100Updated 2 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
- A few C++ json-library benchmarks, of the fastest few libraries.☆29Updated last week
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆12Updated 2 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆45Updated 8 months ago
- A C++ RPC library built upon FlatBuffers and ZeroMQ☆36Updated 4 years ago
- C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.☆62Updated 2 months ago
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆38Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17☆150Updated 4 years ago
- C++ framework for rapid server development☆76Updated last year
- For details, see the blog post:☆32Updated last year
- A standalone library to create and manipulate metrics in C☆19Updated this week
- SIMD-accelerated base64 codecs☆438Updated last year
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆82Updated this week
- Boost.Atomic☆64Updated 2 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 2 months ago
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated this week
- A super-fast hash algorithm in a single C++ header☆90Updated 3 years ago
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 4 years ago
- Benchmarks for Schemaless Data Serialization Libraries☆56Updated 3 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
- String to Float Benchmark☆19Updated 6 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago