WojciechMula / toysLinks
Storage for my snippets, toy programs, etc.
☆357Updated 2 months ago
Alternatives and similar repositories for toys
Users that are interested in toys are comparing it to the libraries listed below
Sorting:
- This repository contains high-performance implementations of memset and memcpy in assembly.☆330Updated 3 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆316Updated 6 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆248Updated 3 years ago
- 🚀 Fast C/C++ bit population count library☆346Updated 11 months ago
- Fast integer compression in C using the StreamVByte codec☆399Updated 3 months ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆134Updated 5 years ago
- uops.info Code Analyzer☆272Updated last year
- Heap Layers: An Extensible Memory Allocation Infrastructure☆396Updated last week
- SIMD-accelerated base64 codecs☆433Updated last year
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- A fast alternative to the modulo reduction☆308Updated 4 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆115Updated 4 years ago
- Reference implementation of Dragonbox in C++☆645Updated 7 months ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆660Updated this week
- A fast SIMD parser for CSV files☆151Updated 2 years ago
- A curated list of awesome SIMD frameworks, libraries and software☆185Updated 8 months ago
- C++ template library for high performance SIMD based sorting algorithms☆944Updated 2 weeks ago
- Official git repository for libdivide: optimized integer division☆1,207Updated 2 weeks ago
- A fast, small C/C++ function call tracer for x86/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆173Updated 2 months ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆302Updated last year
- Fastest CRC32 for x86, Intel and AMD, + comprehensive derivation and discussion of various approaches☆280Updated 4 years ago
- BitMagic Library☆425Updated last month
- Header-only binary fuse and xor filter library☆365Updated 4 months ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆129Updated 2 years ago
- ✈️ PTHash is a fast and compact minimal perfect hash function.☆229Updated this week
- A simple C library for compressing lists of integers using binary packing☆498Updated last year
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆120Updated 4 months ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆166Updated 3 months ago
- Concurrent Deferred Reference Counting☆165Updated last year