hcs0 / Hackers-DelightLinks
Code to accompany Hacker's Delight 2nd Edition by Henry S Warren. PS: Will have my notes etc when I go through it.
☆229Updated 6 years ago
Alternatives and similar repositories for Hackers-Delight
Users that are interested in Hackers-Delight are comparing it to the libraries listed below
Sorting:
- A collection of some lockfree datastructures☆70Updated 2 years ago
- An efficient library for 256 bit integer arithmetic☆51Updated 7 months ago
- Trying to get perfect codegen for big-integer math.☆31Updated 3 years ago
- Extended precision integer C++ library☆161Updated this week
- Storage for my snippets, toy programs, etc.☆373Updated 2 months ago
- A single C header with bitwise hacks☆40Updated 4 years ago
- ☆88Updated 2 years ago
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆59Updated 3 years ago
- A simple implementation of the Huffman Coding in C☆10Updated 9 years ago
- A bignum library for C.☆33Updated last year
- Code for https://thenumb.at/Hashtables☆26Updated 2 years ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆46Updated last year
- Source code for the "C Unleashed" book by Richard Heathfield, Lawrence Kirby, et al.☆75Updated 4 years ago
- A C interpreter developed live on YouTube☆56Updated 2 years ago
- Preprocessor metaprogramming knowledge obscurity chart☆54Updated 2 years ago
- Interactive C/C++ preprocessor macro debugger☆180Updated 5 years ago
- Modern Cryptography Suite in C++17☆85Updated last year
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 3 weeks ago
- Soft floating point☆42Updated 2 months ago
- Different algorithms for converting binary to decimal floating-point numbers☆128Updated 3 years ago
- A minimal modern LZ compressor example☆61Updated 4 years ago
- Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.☆84Updated last year
- This repository contains high-performance implementations of memset and memcpy in assembly.☆341Updated 4 years ago
- Library for catching memory leaks, double-frees along with invalid pointers to free() and realloc().☆60Updated 2 years ago
- C23 Checked Arithmetic☆156Updated 6 months ago
- Source Code for 'Modern X86 Assembly Language Programming' by Daniel Kusswurm☆124Updated 6 years ago
- A combined repository for all RLIBM prototypes☆47Updated last month
- Tools to facilitate data-oriented design in C99.☆41Updated 5 years ago
- Fastest CRC32 for x86, Intel and AMD, + comprehensive derivation and discussion of various approaches☆333Updated 4 years ago
- Testing common random-number generators (RNG)☆198Updated last month