lemire / Code-used-on-Daniel-Lemire-s-blog
This is a repository for the code posted on my blog
☆840Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for Code-used-on-Daniel-Lemire-s-blog
- Official git repository for libdivide: optimized integer division☆1,106Updated 2 weeks ago
- A tool to graphically visualize SIMD code☆664Updated last year
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,106Updated 3 months ago
- C++ template library for high performance SIMD based sorting algorithms☆887Updated last week
- Automated integer hash function discovery☆688Updated 8 months ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆383Updated 3 months ago
- Storage for my snippets, toy programs, etc.☆320Updated 6 months ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆304Updated this week
- Vector class library, latest version☆1,308Updated 9 months ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆982Updated 3 weeks ago
- Fast and exact implementation of the C++ from_chars functions for number types: 4x to 10x faster than strtod, part of GCC 12, Chromium, R…☆1,588Updated 2 weeks ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,168Updated 4 months ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,755Updated 4 months ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆307Updated 2 years ago
- Suite for benchmarking malloc implementations.☆380Updated last week
- A fast alternative to the modulo reduction☆298Updated 3 years ago
- A very fast hashtable☆1,718Updated last year
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆970Updated 5 months ago
- Header-only binary fuse and xor filter library☆349Updated 4 months ago
- A benchmark for low-level CPU micro-architectural features☆690Updated 2 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆728Updated last month
- SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html☆326Updated 7 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,176Updated this week
- std::simd for GCC [ISO/IEC TS 19570:2018]☆579Updated last year
- Intel® Implicit SPMD Program Compiler☆2,520Updated this week
- A simple C library for compressing lists of integers using binary packing☆490Updated last year
- Message passing based allocator☆1,579Updated this week
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆643Updated 3 weeks ago
- C library implementing the ridiculously fast CLHash hashing function☆266Updated 7 months ago
- Fast integer compression in C using the StreamVByte codec☆376Updated 7 months ago