kkuehlz / virtual_vecLinks
☆32Updated 4 years ago
Alternatives and similar repositories for virtual_vec
Users that are interested in virtual_vec are comparing it to the libraries listed below
Sorting:
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆74Updated 2 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆125Updated 2 years ago
- Poireau: a sampling allocation debugger☆98Updated 3 years ago
- Test self-modifying code behaviour on processors for single-use JIT functions☆53Updated 5 years ago
- A Wait-Free Universal Construct for Large Objects☆96Updated 5 years ago
- Stackless coroutine compiler for C☆46Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Dynamic runtime inlining with LLVM☆66Updated 4 years ago
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 6 years ago
- C++ WebAssembly assembler in a single header file☆170Updated 3 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- Integer Map Data Structure☆131Updated 2 years ago
- Tools to facilitate data-oriented design in C99.☆41Updated 5 years ago
- NaN-boxing in C (but not really NaN-boxing strictly speaking)☆132Updated 3 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- ☆42Updated 2 years ago
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 3 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- Lightweight framework for easy and efficient code generation☆102Updated last year
- Benchmarks for Schemaless Data Serialization Libraries☆56Updated 3 years ago
- Type-safe Printf in C☆72Updated 8 months ago
- Structure-of-array synthesis in C++20☆80Updated 3 years ago
- A cross platform JIT engine based on Eclipse OMR☆27Updated 5 years ago
- ☆39Updated 4 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- Branchless UTF-8 decoder☆35Updated 7 years ago
- Interpreter experiment. Testing dispatch methods: Switching, Direct/Indirect Threaded Code, Tail-Calls and Inlining☆46Updated 4 years ago
- Bytecode interpreter☆77Updated 8 months ago
- String to Float Benchmark