lemire / Code-used-on-Daniel-Lemire-s-blogLinks
This is a repository for the code posted on my blog
☆885Updated 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
Sorting:
- Storage for my snippets, toy programs, etc.☆361Updated 3 months ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆662Updated last month
- This repository contains high-performance implementations of memset and memcpy in assembly.☆331Updated 3 years ago
- Official git repository for libdivide: optimized integer division☆1,226Updated last month
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆320Updated 8 months ago
- A tool to graphically visualize SIMD code☆680Updated 2 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆399Updated last month
- A fast alternative to the modulo reduction☆310Updated 4 years ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,029Updated last year
- Fast integer compression in C using the StreamVByte codec☆402Updated 5 months ago
- C++ template library for high performance SIMD based sorting algorithms☆955Updated last month
- 🚀 Fast C/C++ bit population count library☆348Updated last year
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆257Updated 3 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,172Updated 3 months ago
- nsync is a C library that exports various synchronization primitives, such as mutexes☆1,183Updated 3 months ago
- Automated integer hash function discovery☆720Updated last year
- Converts floating point numbers to decimal strings☆1,268Updated last year
- Header-only binary fuse and xor filter library☆371Updated 5 months ago
- A benchmark for low-level CPU micro-architectural features☆734Updated 3 years ago
- Complete implementations from "Algorithms for Modern Hardware"☆763Updated 2 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- A very fast hashtable☆1,785Updated last year
- Reference implementation of Dragonbox in C++☆661Updated 8 months ago
- C library implementing the ridiculously fast CLHash hashing function☆279Updated last year
- A simple C library for compressing lists of integers using binary packing☆501Updated last year
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,420Updated this week
- BitMagic Library☆425Updated 3 months ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,317Updated last month
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆436Updated last week
- Testing common random-number generators (RNG)☆185Updated 2 years ago