WojciechMula / parsing-int-seriesLinks
Parse multiple decimal integers separated by arbitrary number of delimiters
☆36Updated last year
Alternatives and similar repositories for parsing-int-series
Users that are interested in parsing-int-series are comparing it to the libraries listed below
Sorting:
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 4 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- String to Float Benchmark☆19Updated 6 years ago
- benchmarking positional population count☆14Updated last year
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 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
- A collection of formatting benchmarks☆47Updated 4 months ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- For details, see the blog post:☆32Updated last year
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 5 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 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…☆27Updated 8 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- ☆21Updated 7 months 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
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Support for С++20 std::stop_token to interrupt the blocking Linux syscalls without throwing any exception.☆19Updated 4 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- Reference implementation of Grisu-Exact in C++☆63Updated 4 years ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- A collection of SIMD optimized general purpose hash functions☆45Updated 10 years ago
- Benchmarks for our memory allocator☆64Updated last year