Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks
A simple C library for compressing lists of integers using binary packing
A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.
A fast alternative to the modulo reduction
Testing common random-number generators (RNG)
Fast random number generation in an interval in Python: Up to 10x faster than random.randint.
C library to pack and unpack short arrays of integers as fast as possible
C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference
How fast can we shuffle values?
Vectorized intersections (research code)