lemire / Code-used-on-Daniel-Lemire-s-blog
This is a repository for the code posted on my blog
☆866Updated 3 weeks ago
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
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆655Updated 4 months ago
- Storage for my snippets, toy programs, etc.☆349Updated last week
- A benchmark for low-level CPU micro-architectural features☆715Updated 3 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,141Updated last week
- Fast integer compression in C using the StreamVByte codec☆393Updated last month
- Official git repository for libdivide: optimized integer division☆1,154Updated 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,721Updated this week
- C++ template library for high performance SIMD based sorting algorithms☆923Updated 2 weeks ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆393Updated last week
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,802Updated 8 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆246Updated 3 years ago
- A tool to graphically visualize SIMD code☆677Updated 2 years ago
- A simple C library for compressing lists of integers using binary packing☆497Updated last year
- A tool for running small microbenchmarks on recent Intel and AMD x86 CPUs.☆460Updated 3 weeks ago
- A fast alternative to the modulo reduction☆309Updated 4 years ago
- A very fast hashtable☆1,754Updated last year
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆997Updated 9 months ago
- Vector class library, latest version☆1,346Updated last year
- Automated integer hash function discovery☆706Updated last year
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆429Updated 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,308Updated this week
- Message passing based allocator☆1,640Updated last week
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆311Updated 4 months ago
- Reference implementation of Dragonbox in C++☆637Updated 5 months ago
- 🚀 Fast C/C++ bit population count library☆339Updated 8 months ago
- A curated list of awesome SIMD frameworks, libraries and software☆173Updated 6 months ago
- Expressive Vector Engine - SIMD in C++ Goes Brrrr☆1,170Updated this week
- This repository contains high-performance implementations of memset and memcpy in assembly.☆321Updated 3 years ago
- Fastest CRC32 for x86, Intel and AMD, + comprehensive derivation and discussion of various approaches☆273Updated 3 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆738Updated 6 months ago