KholdStare / qnd-integer-parsing-experimentsLinks
Quick 'n' Dirty benchmarks for various integer parsing methods in C++
☆40Updated 5 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:
- String to Float Benchmark☆19Updated 6 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- 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 8 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 5 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- For details, see the blog post:☆32Updated last year
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 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 3 months ago
- Benchmarks for our memory allocator☆67Updated last year
- fast prime sieve and hash algorithm☆38Updated last month
- {fmt} support for ranges, containers and types with tuple interface.☆27Updated 7 years ago
- ☆31Updated 9 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- A collection of formatting benchmarks☆49Updated 5 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- ☆21Updated 6 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
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- A universal thread-safe memory pool.☆26Updated 6 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
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago