WojciechMula / toysLinks
Storage for my snippets, toy programs, etc.
☆363Updated 5 months ago
Alternatives and similar repositories for toys
Users that are interested in toys are comparing it to the libraries listed below
Sorting:
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆325Updated 9 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆333Updated 3 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆134Updated 5 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆400Updated this week
- 🚀 Fast C/C++ bit population count library☆349Updated last year
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆119Updated 5 years ago
- SIMD-accelerated base64 codecs☆438Updated last year
- Test the non-AVX, AVX2 and AVX-512 speeds across various active core counts☆225Updated 10 months ago
- Fast integer compression in C using the StreamVByte codec☆407Updated 7 months ago
- uops.info Code Analyzer☆290Updated last year
- ☆109Updated last year
- This is a repository for the code posted on my blog☆899Updated this week
- A fast, small C/C++ function call tracer for x86-64/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆181Updated 5 months ago
- Fastest CRC32 for x86, Intel and AMD, + comprehensive derivation and discussion of various approaches☆299Updated 4 years ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- C library implementing the ridiculously fast CLHash hashing function☆281Updated last year
- AVX-optimized sin(), cos(), exp() and log() functions☆127Updated 3 years ago
- C++ template library for high performance SIMD based sorting algorithms