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:
- 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…☆63Updated 8 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 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☆53Updated 2 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
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆154Updated 2 months ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- generic stack-based container☆106Updated 7 years ago
- Experimental library to test feasabiltity of go-like channels built on Asio☆24Updated 3 years ago
- Boost.org unordered module☆73Updated 2 weeks ago
- Session-based Beast/Asio wrapper requiring C++14☆66Updated 4 years ago
- fast prime sieve and hash algorithm☆38Updated 2 weeks ago
- A disruptor thread-synchronisation data structure for C++11.☆127Updated 2 years ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated last month
- ☆49Updated 7 years ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆44Updated last week
- C++14 code to convert integers to strings at compile-time☆120Updated 4 months ago
- A template for creating optional-like objects with no space overhead