lemire / Code-used-on-Daniel-Lemire-s-blogLinks
This is a repository for the code posted on my blog
☆882Updated this 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:
- Vector class library, latest version☆1,375Updated last year
- A tool to graphically visualize SIMD code☆679Updated 2 years ago
- C++ template library for high performance SIMD based sorting algorithms☆949Updated last week
- Storage for my snippets, toy programs, etc.☆360Updated 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
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆320Updated 7 months ago
- Official git repository for libdivide: optimized integer division☆1,215Updated last week
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,571Updated 2 years ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆332Updated 3 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,170Updated 2 months ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆398Updated 2 weeks ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆743Updated 9 months ago
- A fast alternative to the modulo reduction☆310Updated 4 years 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,800Updated 3 weeks ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,816Updated 11 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆256Updated 3 years ago
- nsync is a C library that exports various synchronization primitives, such as mutexes☆1,175Updated 2 months ago
- 🚀 Fast C/C++ bit population count library☆347Updated 11 months ago
- Header-only binary fuse and xor filter library☆369Updated 4 months ago
- Fast integer compression in C using the StreamVByte codec☆402Updated 4 months ago
- BitMagic Library☆425Updated 2 months ago
- A simple C library for compressing lists of integers using binary packing☆501Updated last year
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,076Updated 2 months ago
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,205Updated this week
- A benchmark for low-level CPU micro-architectural features☆731Updated 3 years ago
- A very fast hashtable☆1,780Updated last year
- Reference implementation of Dragonbox in C++☆652Updated 7 months ago
- A fast, memory efficient hash map for C++☆1,282Updated last month
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,407Updated this week
- std::simd for GCC [ISO/IEC TS 19570:2018]☆620Updated 2 years ago