zbjornson / fast-hex
Fast, SIMD hex string encoder and decoder C++ lib and Node.js module
☆58Updated 2 years ago
Alternatives and similar repositories for fast-hex:
Users that are interested in fast-hex are comparing it to the libraries listed below
- 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…☆60Updated 6 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆164Updated this week
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated 3 weeks ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- Boost.org unordered module☆70Updated 2 weeks ago
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆153Updated 3 weeks ago
- General literal text conversions, such as an int represented as a string, or vice versa☆34Updated 2 weeks 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 8 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- Small small_vector☆34Updated 4 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆82Updated 4 years ago
- A template for creating optional-like objects with no space overhead☆102Updated 3 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆74Updated last year
- Boost.Atomic☆60Updated 2 weeks ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- A fixed capacity dynamically sized string☆64Updated 2 weeks ago
- Computes a constexpr (minimal) perfect hash function☆35Updated 5 years ago
- C++ constexpr implementation of XXH3☆48Updated 2 years ago
- A generic implementation of the BitmaskType C++ concept☆85Updated 4 years ago
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- C++ framework for rapid server development☆77Updated last year
- Effective Memory Reclamation☆54Updated 5 years ago
- 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
- Boost.org multi_index module☆48Updated 2 weeks ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- Safe and easy to use C++17 HTTP client library.☆66Updated 3 weeks ago
- A persistent hash array-mapped trie for C++☆91Updated last year