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
Sorting:
- Collection of C++ containers extracted from LLVM☆26Updated 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
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- String to Float Benchmark☆19Updated 6 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- Parse multiple decimal integers separated by arbitrary number of delimiters☆35Updated last year
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- A collection of formatting benchmarks☆47Updated 3 months ago
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 6 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated last month
- 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
- 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
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Text encoding for modern C++☆30Updated 3 years ago
- ☆21Updated 6 months ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated last month
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated 11 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- A header-only implementation of SipHash☆29Updated 11 months ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- Boost.org multi_index module☆50Updated last month
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 8 months ago
- 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…☆62Updated 7 months ago
- benchmarking positional population count☆14Updated last year
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 4 months ago
- For details, see the blog post:☆32Updated last year