KholdStare / qnd-integer-parsing-experimentsLinks
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
- String to Float Benchmark☆19Updated 6 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
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- benchmarking positional population count☆14Updated last year
- ☆31Updated 9 years ago
- Reference implementation of Grisu-Exact in C++☆63Updated 4 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 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 2 months ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Towards a constexpr version of the C++ standard library☆18Updated last year
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- ☆17Updated last year
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 5 months 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
- A collection of formatting benchmarks☆47Updated 4 months ago
- Fast multi-threaded memory allocator☆78Updated 5 years ago
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- A C++ library for integer array compression☆29Updated 3 years ago
- Small small_vector☆34Updated 4 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- Looking into the performance of heaps, starting with the Min-Max Heap☆66Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Yet another C++ text formatting library.☆71Updated 5 months ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- Container Traits for Modern C++☆29Updated 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
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Composable Data and Type Generators for C++☆10Updated 6 years ago