KholdStare / qnd-integer-parsing-experiments
Quick 'n' Dirty benchmarks for various integer parsing methods in C++
☆40Updated 4 years ago
Alternatives and similar repositories for qnd-integer-parsing-experiments:
Users that are interested in qnd-integer-parsing-experiments are comparing it to the libraries listed below
- Parse multiple decimal integers separated by arbitrary number of delimiters☆35Updated 11 months ago
- String to Float Benchmark☆19Updated 6 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years 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
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 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…☆28Updated 8 years ago
- Optimized for systems that read and write large blobs.☆12Updated 9 years ago
- fast prime sieve and hash algorithm☆38Updated last year
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- A collection of formatting benchmarks☆47Updated 5 months ago
- benchmarking positional population count☆14Updated 10 months ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 2 years ago
- Single Header Constexpr Circular Queue☆17Updated 4 years ago
- C++20 SIMD Within A Register library☆28Updated 5 months ago
- ☆31Updated 9 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated last month
- A benchmark for cache efficient data structures.☆29Updated 5 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 5 months ago
- For details, see the blog post:☆32Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆30Updated 7 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 7 months ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- Quick sort code using AVX2 instructions☆68Updated 7 years ago
- A High-Performance JIT-Based C++ Expression/Script Execution Engine with SIMD Vectorization Support☆75Updated 3 weeks ago
- Towards a constexpr version of the C++ standard library☆18Updated last year
- Reproducible experimeents on UTF-8 validation using SIMD instructions☆40Updated 5 months ago