WojciechMula / toysLinks
Storage for my snippets, toy programs, etc.
☆373Updated 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.☆341Updated 4 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆340Updated last year
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 4 years ago
- Heap Layers: An Extensible Memory Allocation Infrastructure☆411Updated last month
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆140Updated 3 months ago
- A fast alternative to the modulo reduction☆317Updated 4 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆122Updated 5 years ago
- A small study in hardware accelerated AoS reversal☆179Updated 7 years ago
- uops.info Code Analyzer☆325Updated 2 years ago
- ☆113Updated 2 years ago
- 🚀 Fast C/C++ bit population count library☆359Updated last year
- Fastest CRC32 for x86, Intel and AMD, + comprehensive derivation and discussion of various approaches☆333Updated 4 years ago
- A fast, small C/C++ function call tracer for x86-64/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆193Updated 10 months ago
- A tool to graphically visualize SIMD code☆696Updated 2 years ago
- SIMD-accelerated base64 codecs☆444Updated last year
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 3 years ago
- A curated list of awesome SIMD frameworks, libraries and software☆233Updated last year
- SIMD (SSE) string functions☆103Updated 8 years ago
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆58Updated last year
- This is a repository for the code posted on my blog