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++☆41Updated 5 years ago
- ☆109Updated last year
- For details, see the blog post:☆33Updated last year
- Fast Hash Functions Using AES Intrinsics☆83Updated 6 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 9 months ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 8 years ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- Succinct data structures in C/C++☆88Updated last year
- benchmarking positional population count☆15Updated last year
- A collection of formatting benchmarks☆50Updated 2 months ago
- Benchmarks for our memory allocator☆69Updated 2 years ago
- A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)☆67Updated last year
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆50Updated 4 years ago
- A fast SIMD parser for CSV files☆156Updated 3 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
- Lock-free allocator as described by Maged M. Michael, 2004☆46Updated 12 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- SIMD (SSE) string functions☆102Updated 8 years ago
- Reference implementation of Grisu-Exact in C++☆68Updated 5 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- This small library enables acceleration of bulk calls of certain math functions on AVX and AVX2 hardware. Currently supported operations …☆87Updated 3 years ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆12Updated 2 years 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
- A collection of SIMD optimized general purpose hash functions☆47Updated 10 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- A super-fast hash algorithm in a single C++ header☆91Updated 4 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year