ehrmann / branchless-binary-searchLinks
Binary search implementation that avoids branch instructions
☆10Updated 5 years ago
Alternatives and similar repositories for branchless-binary-search
Users that are interested in branchless-binary-search are comparing it to the libraries listed below
Sorting:
- Lock-free memory allocator☆22Updated last year
- ☆42Updated 2 years ago
- Popular hash table implementation benchmarks☆27Updated 8 years ago
- Library for task-based parallellism☆13Updated last year
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆43Updated 8 years ago
- little test driven handle library in c☆11Updated 4 years ago
- A collection of all my single-header libraries.☆17Updated last year
- Libcleri is a powerful tool to build languages. From a built language, libcleri can automatically create parse trees, which are data str…☆39Updated last year
- A Small C Compiler☆24Updated 5 years ago
- single file C libraries☆39Updated 6 months ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Rendering library for 2D/3D graphics☆24Updated last year
- Eliminating the need for hand-crafted assembly in high-performance interpreters☆14Updated 4 years ago
- Region based memory allocator☆15Updated 5 years ago
- Intrusive data structures for C☆60Updated 8 years ago
- Public domain single-file header-only C libraries☆12Updated 7 years ago
- C library for parsing JSON config files☆34Updated 6 years ago
- A sparse and compressed bitmap library.☆13Updated 10 years ago
- A plugin framework for namespace macros in C/C++☆36Updated 11 years ago
- kj is a small collection of stb inspired libs.☆18Updated 7 years ago
- A vectorized single header hash function.☆20Updated 8 months ago
- Fast Point Overlap Test☆17Updated 7 years ago
- Symmetric ciphers, hashes, microtime, random strings, big integers, and zlib compression☆27Updated 9 years ago
- Lightweight logging library for C/C++☆34Updated 2 years ago
- Porting the code from learnopengl.com to PortableGL☆12Updated last year
- Portable, protocol-agnostic UDP socket wrapper, primarily designed for client-server models in applications such as games (deprecated, us…☆12Updated 7 years ago
- Lightweight task scheduler. Public domain.