WojciechMula / toysLinks
Storage for my snippets, toy programs, etc.
☆370Updated 3 weeks 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.☆335Updated last year
- 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.☆337Updated 3 years ago
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆120Updated 5 years ago
- Very low-overhead timer/counter interfaces for C on Intel 64 processors.☆137Updated last month
- Heap Layers: An Extensible Memory Allocation Infrastructure☆405Updated 2 months ago
- A fast alternative to the modulo reduction☆314Updated 4 years ago
- 🚀 Fast C/C++ bit population count library☆355Updated last year
- ☆111Updated last year
- A curated list of awesome SIMD frameworks, libraries and software☆221Updated last year
- uops.info Code Analyzer☆306Updated last year
- A small study in hardware accelerated AoS reversal☆177Updated 6 years ago
- A fast, small C/C++ function call tracer for x86-64/Linux, supports clang & gcc, ftrace, threads, exceptions & shared libraries☆193Updated 8 months ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- SIMD-accelerated base64 codecs☆438Updated last year
- Concurrent Deferred Reference Counting☆171Updated last year
- In-place Parallel Super Scalar Samplesort (IPS⁴o)☆130Updated 10 months ago
- A fast SIMD parser for CSV files☆158Updated 3 years ago
- Fast integer compression in C using the StreamVByte codec☆411Updated 9 months 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☆907Updated this week
- Testing common random-number generators (RNG)☆191Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A tool to graphically visualize SIMD code☆686Updated 2 years ago
- Automatically exported from code.google.com/p/relacy☆242Updated 3 months ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆203Updated 6 years ago
- C++ template library for high performance SIMD based sorting algorithms☆984Updated 2 months ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 3 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆125Updated 3 years ago
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆665Updated 6 months ago