This is a repository for the code posted on my blog
☆923Mar 18, 2026Updated last week
Alternatives and similar repositories for Code-used-on-Daniel-Lemire-s-blog
Users that are interested in Code-used-on-Daniel-Lemire-s-blog are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Storage for my snippets, toy programs, etc.☆375Nov 7, 2025Updated 4 months ago
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,727Updated this week
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, MySQL, Chro…☆2,029Mar 23, 2026Updated last week
- Roaring bitmaps in C (and C++), with SIMD (AVX2, AVX-512 and NEON) optimizations: used by Apache Doris, ClickHouse, Alibaba Tair, Redpand…☆1,798Updated this week
- Fast Approximate Membership Filters (C++)☆287Aug 29, 2025Updated 7 months ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- Official git repository for libdivide: optimized integer division☆1,307Mar 5, 2026Updated 3 weeks ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆670May 27, 2025Updated 10 months ago
- A benchmark for low-level CPU micro-architectural features☆763Feb 8, 2022Updated 4 years ago
- The FastPFOR C++ library: Fast integer compression☆963Mar 5, 2026Updated 3 weeks ago
- ☆39Feb 2, 2021Updated 5 years ago
- Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, …☆23,525Updated this week
- Pruning elements in SIMD vectors (i.e., packing left elements)☆68Jan 30, 2024Updated 2 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Jan 4, 2022Updated 4 years ago
- 🚀 Fast C/C++ bit population count library☆360Jun 29, 2024Updated last year
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Dec 16, 2019Updated 6 years ago
- Performance-portable, length-agnostic SIMD with runtime dispatch☆5,409Updated this week
- C library to remove white space from strings as fast as possible☆157Sep 5, 2024Updated last year
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Jan 23, 2020Updated 6 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆445Jul 7, 2025Updated 8 months ago
- Fast integer compression in C using the StreamVByte codec☆414Mar 17, 2026Updated last week
- A very fast hashtable☆1,843Sep 27, 2023Updated 2 years ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,105Mar 23, 2026Updated last week
- A benchmark for sorting algorithms☆61Apr 17, 2021Updated 4 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆341Nov 15, 2024Updated last year
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,848Mar 16, 2026Updated last week
- mimalloc is a compact general purpose allocator with excellent performance.☆12,631Mar 16, 2026Updated last week
- A fast binary search that tries to be branchless☆106Mar 10, 2024Updated 2 years ago
- Hash function quality and speed tests☆2,134Dec 2, 2025Updated 3 months ago
- SIMDized check which bytes are in a set☆28Oct 21, 2018Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Jun 3, 2021Updated 4 years ago
- Extremely fast non-cryptographic hash algorithm☆10,951Mar 2, 2026Updated 3 weeks ago
- Intel PMU profiling tools☆2,216Updated this week
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Converts floating point numbers to decimal strings☆1,322Feb 9, 2026Updated last month
- High-performance regular expression matching library☆5,346Feb 13, 2026Updated last month
- Implementations of SIMD instruction sets for systems which don't natively support them.☆2,981Updated this week
- Reference implementation of Dragonbox in C++☆805Oct 3, 2025Updated 5 months ago
- Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the …