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 5 years ago
- For details, see the blog post:☆32Updated last year
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 7 months ago
- ☆108Updated last year
- benchmarking positional population count☆15Updated last year
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 6 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆167Updated 5 months ago
- Succinct data structures in C/C++☆89Updated 9 months ago
- Fast C/C++ memory allocator with free-all operation☆55Updated 10 years ago
- Benchmarks for our memory allocator☆68Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 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☆87Updated 3 years ago
- My very own vxsort re-implemented with "modern" C++ by a complete idiot (in C++)☆30Updated last year
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆35Updated last year
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- A lock-free malloc(3) implementation☆19Updated last month
- SIMD (SSE) string functions☆102Updated 8 years ago
- A collection of formatting benchmarks☆49Updated 6 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Vectorized version of the PCG random number generator☆80Updated 5 months 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
- C library to remove white space from strings as fast as possible☆154Updated 11 months ago