lemire / Code-used-on-Daniel-Lemire-s-blogLinks
This is a repository for the code posted on my blog
☆896Updated 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.☆363Updated 5 months ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆332Updated 3 years ago
- Official git repository for libdivide: optimized integer division☆1,241Updated 2 months ago
- A tool to graphically visualize SIMD code☆681Updated 2 years ago
- C++ template library for high performance SIMD based sorting algorithms☆959Updated 2 months ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆324Updated 9 months ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆663Updated 3 months ago
- Fast integer compression in C using the StreamVByte codec☆407Updated 6 months ago
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆400Updated 2 months ago
- Automated integer hash function discovery☆730Updated last year
- Complete implementations from "Algorithms for Modern Hardware"☆773Updated 2 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,170Updated 4 months ago
- SIMD-accelerated base64 codecs☆438Updated last year
- Reference implementation of Dragonbox in C++☆742Updated 10 months ago
- A benchmark for low-level CPU micro-architectural features☆743Updated 3 years ago
- A simple C library for compressing lists of integers using binary packing☆505Updated 2 years ago
- 🚀 Fast C/C++ bit population count library☆348Updated last year
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,037Updated last year
- Vector class library, latest version☆1,389Updated last year
- SIMD-enhanced word counter☆248Updated 5 years ago
- Header-only binary fuse and xor filter library☆409Updated this week
- A curated list of awesome SIMD frameworks, libraries and software☆202Updated 11 months ago
- Testing common random-number generators (RNG)☆187Updated 2 years ago
- A tool for running small microbenchmarks on recent Intel and AMD x86 CPUs.☆477Updated 2 months ago
- A collection of lock-free data structures written in standard C++11☆916Updated 7 months ago
- nsync is a C library that exports various synchronization primitives, such as mutexes☆1,204Updated 4 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,498Updated this week