aistrate / HackersDelightLinks
Code from the book "Hacker's Delight" by Henry S. Warren, Jr. (original and my own modifications).
☆25Updated 14 years ago
Alternatives and similar repositories for HackersDelight
Users that are interested in HackersDelight are comparing it to the libraries listed below
Sorting:
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- A just-in-time compiler for MIT 6.004's "Beta" processor.☆40Updated 10 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- Supporting code for the concurrency hierarchy described in this blog post: https://travisdowns.github.io/blog/2020/07/06/concurrency-cost…☆26Updated 3 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 4 years ago
- Fast algorithms for computing XX^T for binary matrices☆14Updated 5 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- 8-bit Xor Filter in C99☆61Updated 5 years ago
- Coroutines for C.☆74Updated 8 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- A benchmark for cache efficient data structures.☆30Updated 6 years ago
- Popular hash table implementation benchmarks☆27Updated 7 years ago
- benchmarking positional population count☆14Updated last year
- String to Float Benchmark☆19Updated 6 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- Phase Fair and Standard Reader Writer Locks☆17Updated 5 years ago
- Small library of string algorithms☆18Updated 2 years ago
- Multiplying... backward?☆13Updated 4 years ago
- Software and documentation, mostly from the 80s and 90s☆23Updated 10 years ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- Cache Oblivious Lookahead Arrays☆27Updated 11 years ago
- A splaytree ADT written in C with a BSD license☆18Updated 4 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- Quick sort code using AVX2 instructions☆69Updated 8 years ago
- libFirm regression testsuite☆18Updated 5 years ago
- Restartable Sequences: a userspace implementation of cheap per-cpu atomic operations☆36Updated 6 years ago
- ☆21Updated 7 years ago
- For details, see the blog post:☆32Updated last year
- David M. Gay's floating-point conversion library☆34Updated 14 years ago