zbjornson / fast-hexLinks
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
Sorting:
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 11 months ago
- C++ framework for rapid server development☆77Updated last year
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆157Updated last month
- 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…☆67Updated 10 months ago
- SIMD-accelerated base64 codecs☆438Updated 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
- Super Fast, Lock-Free, Wait-Free, CAS-free, thread-safe, memory allocator.☆178Updated 12 years ago
- Fast integer to ascii / integer to string conversion☆232Updated 2 years ago
- Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)☆82Updated 4 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 3 months ago
- ulids in C++, Header Only☆100Updated 2 years ago
- Boost.org multi_index module☆51Updated last week
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- Effective Memory Reclamation☆58Updated 5 years ago
- Single-header library facilities for C++2a Coroutines☆80Updated 3 years ago
- Header only library that parses and plans SQL queries at compile time☆142Updated 5 years ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- Port of the xxhash library to C++17.☆183Updated 3 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 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
- C++ unsigned 128 bit integer type☆231Updated 2 years ago
- Urdl C++ Library - Urdl is a cross-platform C++ library for downloading web content using a URL. It provides an easy-to-use extension to …☆117Updated 7 years 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
- Yet another C++ text formatting library.☆70Updated 8 months ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆54Updated 5 months ago
- generic stack-based container☆107Updated 7 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- C++14 code to convert integers to strings at compile-time☆120Updated 7 months ago
- An implementation of Seqlock in C++11☆221Updated last year
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆45Updated last week