lemire / Code-used-on-Daniel-Lemire-s-blogLinks
This is a repository for the code posted on my blog
☆905Updated 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.☆367Updated 2 weeks ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆664Updated 5 months ago
- A tool to graphically visualize SIMD code☆686Updated 2 years ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆337Updated 3 years ago
- Official git repository for libdivide: optimized integer division☆1,252Updated 5 months ago
- Complete implementations from "Algorithms for Modern Hardware"☆786Updated 2 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆404Updated 2 months ago
- Automated integer hash function discovery☆740Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆333Updated last year
- Reference implementation of Dragonbox in C++☆779Updated last month
- A collection of lock-free data structures written in standard C++11☆932Updated 10 months ago
- C++ template library for high performance SIMD based sorting algorithms☆983Updated 2 months ago
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- 🚀 Fast C/C++ bit population count library☆354Updated last year
- Fast integer compression in C using the StreamVByte codec☆410Updated 9 months ago
- Converts floating point numbers to decimal strings☆1,293Updated last year
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- nsync is a C library that exports various synchronization primitives, such as mutexes☆1,234Updated 3 weeks ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆203Updated 6 years ago
- The Hoard Memory Allocator: A Fast, Scalable, and Memory-efficient Malloc for Linux, Windows, and Mac.☆1,185Updated last month
- The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.☆1,062Updated last year
- A benchmark for low-level CPU micro-architectural features☆749Updated 3 years ago
- A simple C library for compressing lists of integers using binary packing☆511Updated 2 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, MySQL, Chro…☆1,918Updated 2 weeks ago
- A tool for running small microbenchmarks on recent Intel and AMD x86 CPUs.☆493Updated this week
- A fast SIMD parser for CSV files☆158Updated 3 years ago
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,832Updated this week
- Vector class library, latest version☆1,408Updated last year
- A curated list of awesome SIMD frameworks, libraries and software☆219Updated 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,557Updated last week