lemire / Code-used-on-Daniel-Lemire-s-blogLinks
This is a repository for the code posted on my blog
☆908Updated 2 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
Sorting:
- Storage for my snippets, toy programs, etc.☆371Updated last month
- This repository contains high-performance implementations of memset and memcpy in assembly.☆337Updated 3 years ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆666Updated 6 months ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆335Updated last year
- Official git repository for libdivide: optimized integer division☆1,258Updated 5 months ago
- A tool to graphically visualize SIMD code☆687Updated 2 years ago
- C++ template library for high performance SIMD based sorting algorithms☆984Updated 2 months ago
- Fast integer compression in C using the StreamVByte codec☆411Updated 10 months ago
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆405Updated 2 months ago
- Complete implementations from "Algorithms for Modern Hardware"☆793Updated 3 years ago
- 🚀 Fast C/C++ bit population count library☆355Updated last year
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,072Updated last year
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,832Updated last week
- A simple C library for compressing lists of integers using binary packing☆511Updated 2 years ago
- A benchmark for low-level CPU micro-architectural features☆753Updated 3 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,190Updated 2 months ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 6 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Header-only binary fuse and xor filter library☆413Updated 3 months ago
- Automated integer hash function discovery☆741Updated 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,588Updated this week
- SIMD-enhanced word counter☆247Updated 6 years ago
- A collection of lock-free data structures written in standard C++11☆942Updated 10 months ago
- nsync is a C library that exports various synchronization primitives, such as mutexes☆1,235Updated last month
- Reference implementation of Dragonbox in C++☆791Updated 2 months ago
- SIMD-accelerated base64 codecs☆440Updated last year
- Vector class library, latest version☆1,416Updated last year
- ☆444Updated last month
- SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html☆350Updated last year