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
- 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
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 6 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 5 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆38Updated 4 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆57Updated 6 years ago
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- ☆21Updated 8 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
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- C++20 Coroutines and io_uring☆51Updated 2 years ago
- benchmarking positional population count☆14Updated last year
- A collection of formatting benchmarks☆48Updated 4 months ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- C++ reimplementation of https://github.com/emilk/drop-merge-sort☆21Updated 3 years ago
- For details, see the blog post:☆32Updated last year
- ☆107Updated last year
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- C++ interface to CPU affinity management☆30Updated 7 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
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆32Updated 8 years ago
- A collection of SIMD optimized general purpose hash functions☆45Updated 10 years ago
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 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
- My proposals for the C++ standard☆12Updated last month