aistrate / HackersDelightLinks
Code from the book "Hacker's Delight" by Henry S. Warren, Jr. (original and my own modifications).
☆25Updated 15 years ago
Alternatives and similar repositories for HackersDelight
Users that are interested in HackersDelight are comparing it to the libraries listed below
Sorting:
- A library which implements a couple of famous binary search trees.☆166Updated 3 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- Mirror of Agner Fog's assembler routines (GPL)☆19Updated 9 years ago
- My crappy x86 assembler written in Java.☆19Updated 13 years ago
- A Machine-Independent Debugger☆35Updated last year
- A Tour Through the SubC Compiler☆92Updated 4 years ago
- Phase Fair and Standard Reader Writer Locks☆17Updated 6 years ago
- A simple bitset library in C☆140Updated 9 months ago
- A quick tutorial on how to implement malloc/free/calloc/realloc☆174Updated 6 years ago
- A modified version of Henry Spencer's BSD regular expression library. The original version is in the regex repository.☆26Updated 3 years ago
- libFirm regression testsuite☆17Updated 5 years ago
- self education and historical research of the C++ compiler cfront v3☆88Updated 10 years ago
- This is the code that was previously in code.google.com/p/ccl☆46Updated 5 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆54Updated 6 years ago
- RLE compression implementation in C☆17Updated 5 years ago
- SpookyHash in C☆15Updated 10 years ago
- cprops - C Prototyping Tools☆13Updated 13 years ago
- Source Code for 'Modern X86 Assembly Language Programming' by Daniel Kusswurm☆123Updated 5 years ago
- A Tree Parser Generator☆101Updated last year
- Generic red-black tree library (by Julienne Walker).☆57Updated 6 years ago
- a mini C-like language(C1) compiler☆39Updated 6 years ago
- Cache Oblivious Lookahead Arrays☆27Updated 12 years ago
- Software and documentation, mostly from the 80s and 90s☆24Updated 10 years ago
- A lexical analyser for C, written in C.☆28Updated 9 years ago
- Binary tools: assembler, disassembler, linker, library manager, emulator☆64Updated 10 months ago
- ANSI C implementation of dynamic array, with interface similar to C++ std::vector☆43Updated 2 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- C library for evaluating expressions with the abstract syntax tree.☆15Updated 5 years ago
- A bytecode-virtual-machine-based interpreter for the lox language written in modern C++☆27Updated 2 years ago
- A general purpose machine code manipulation library for x86-32 (IA-32) and x86-64 (AMD64) architectures (Assembler, Disassembler, Library…☆92Updated last year