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 2 weeks 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 3 years ago
- Performance profiling of JSON libraries☆28Updated 5 months ago
- A few C++ json-library benchmarks, of the fastest few libraries.☆30Updated last month
- A benchmark to measure lock overhead and compare mutex performance under varying levels of contention.☆39Updated last year
- Simple C++ code to benchmark fast division algorithms☆53Updated 4 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- A header-only implementation of SipHash☆32Updated 3 months ago
- A standalone library to create and manipulate metrics in C☆20Updated last week
- C++ library implementing the to_ascii and to_unicode functions from the Unicode Technical Standard.☆65Updated last month
- A super-fast hash algorithm in a single C++ header☆92Updated 4 years ago
- Multi-protocol Port Mapping client library☆47Updated 5 months ago
- World's fastest integer to ASCII conversion, C++14 template meta-programming implementation, any size integer 8,16,32,64-bit, signed or u…☆27Updated 9 years ago
- ulids in C++, Header Only☆101Updated 2 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆83Updated 2 months ago
- A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code; Also home o…☆123Updated 5 months ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆47Updated last month
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆97Updated 3 weeks ago
- A single file C++11 header-only memory mapped file library.☆74Updated 2 years ago
- A fast binary search that tries to be branchless☆103Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- Boost.Atomic☆66Updated this week
- performance experiments for C++ exception handling☆32Updated 3 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆39Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 3 years ago
- A C11 implementation of D. Vyukov MPSC queue☆32Updated 2 years ago
- C++ framework for rapid server development☆77Updated last year
- String to Float Benchmark☆19Updated 7 years ago