smilingthax / cttrieLinks
Compile-time TRIE based string matcher (C++11)
☆52Updated 6 years ago
Alternatives and similar repositories for cttrie
Users that are interested in cttrie are comparing it to the libraries listed below
Sorting:
- compile time assembly interpreter☆85Updated 7 years ago
- C library to remove white space from strings as fast as possible☆154Updated 11 months ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Fastest CPU SIMD (SSE4) sorting networks for small integer arrays (2-6 elements), also optimal amd64 assembly and notes on getting compil…☆48Updated 4 years ago
- A C++ smart-pointer with value-semantics 💎☆131Updated 5 years ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆82Updated 4 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Yet another C++ text formatting library.☆70Updated 8 months ago
- wait free FIFO queue, easy built cross platform(no extra dependencies needed)☆87Updated 6 years ago
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast multi-threaded memory allocator☆79Updated 5 years ago
- Pruning elements in SIMD vectors (i.e., packing left elements)☆65Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆40Updated 5 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 5 years ago
- ☆108Updated last year
- bnflite is a C++ template library for lightweight grammar parsers (BNF can be "executable"! )☆78Updated 2 years ago
- multi-way atomic compare-and-swap with x64/TSX☆86Updated 8 years ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Testing framework for the quest to find a fast & strong mixer, e. g for hashtables.☆40Updated 5 years ago
- Live Asynchronous Visualized Architecture☆97Updated 6 years ago
- Vectorized version of the PCG random number generator☆83Updated 5 months ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago