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
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆35Updated last year
- String to Float Benchmark☆19Updated 6 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 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
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- My proposals for the C++ standard☆12Updated last week
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆31Updated last year
- Reference implementation of Grisu-Exact in C++☆61Updated 4 years ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- Reproducible experimeents on UTF-8 validation using SIMD instructions☆40Updated 6 months ago
- ☆18Updated 4 months ago
- benchmarking positional population count☆14Updated last year
- The IDK (Industrial Development Kit) library!☆29Updated 6 months ago
- For details, see the blog post:☆32Updated last year
- 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
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 6 months ago
- ☆20Updated 2 years ago
- C++20 SIMD Within A Register library☆30Updated 6 months 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
- fast prime sieve and hash algorithm☆38Updated last month
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++