lemire / Code-used-on-Daniel-Lemire-s-blogLinks
This is a repository for the code posted on my blog
☆879Updated 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:
- Official git repository for libdivide: optimized integer division☆1,207Updated 2 weeks ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆660Updated last week
- Unicode routines (UTF8, UTF16, UTF32) and Base64: billions of characters per second using SSE2, AVX2, NEON, AVX-512, RISC-V Vector Extens…☆1,391Updated this week
- This repository contains high-performance implementations of memset and memcpy in assembly.☆330Updated 3 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,782Updated this week
- Storage for my snippets, toy programs, etc.☆357Updated 2 months ago
- C++ template library for high performance SIMD based sorting algorithms☆946Updated 2 weeks ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆316Updated 6 months ago
- A simple C library for compressing lists of integers using binary packing☆499Updated last year
- Header-only binary fuse and xor filter library☆365Updated 4 months ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,159Updated 2 months ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,017Updated last year
- A fast alternative to the modulo reduction☆308Updated 4 years ago
- Configurable C++ platform adapter☆560Updated 6 years ago
- A C library that may be linked into a C/C++ program to produce symbolic backtraces☆1,070Updated last month
- A tool to graphically visualize SIMD code☆678Updated 2 years ago
- Implementations of SIMD instruction sets for systems which don't natively support them.☆2,687Updated last month
- Fastest Integer Compression☆806Updated last year
- Vector class library, latest version☆1,368Updated last year
- Concurrent data structures in C++☆1,423Updated 4 years ago
- std::simd for GCC [ISO/IEC TS 19570:2018]☆617Updated 2 years ago
- Fast integer compression in C using the StreamVByte codec☆400Updated 3 months ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆396Updated 2 weeks ago
- The FastPFOR C++ library: Fast integer compression☆921Updated 2 months ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,813Updated 11 months ago
- SIMD Vector Classes for C++☆1,491Updated last year
- SIMD-accelerated base64 codecs☆434Updated last year
- C library implementing the ridiculously fast CLHash hashing function☆278Updated last year
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆434Updated last year
- Reference implementation of Dragonbox in C++☆645Updated 7 months ago