leegao / float-hacksLinks
Floating Point Hacks
☆169Updated 8 years ago
Alternatives and similar repositories for float-hacks
Users that are interested in float-hacks are comparing it to the libraries listed below
Sorting:
- No sane compiler would optimize atomics: the presentation☆108Updated 9 years ago
- Missed optimizations in C compilers☆339Updated 7 years ago
- compile time assembly interpreter☆86Updated 7 years ago
- Snake/Nibbler implementation using C++ template metaprogamming☆205Updated 9 years ago
- You can't do that! Can you?☆22Updated 9 years ago
- Binary floating-point to decimal string conversion algorithm.☆106Updated 8 years ago
- ☆329Updated 9 years ago
- A C++14 cheat-sheet on lvalues, rvalues, xvalues, and more☆406Updated 2 years ago
- A tweaked version of Aha! ("A Hacker's Assistant") the superoptimiser by Henry S. Warren☆58Updated 3 years ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆297Updated 12 years ago
- Minimal implementation of UNIX seq command in x86_64 assembly.☆40Updated 9 years ago
- Mandelbrot set in SIMD (SSE, AVX)☆85Updated 7 years ago
- A collection of clang plugins for safer C programming☆93Updated 7 years ago
- collection of C/C++ programs that try to get compilers to exploit undefined behavior☆188Updated 6 years ago
- x86-64 assembler library☆487Updated 5 years ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆170Updated 9 years ago
- Persistent immutable data structures for C++☆283Updated 9 years ago
- Clone of wc in x64 assembly☆96Updated last year
- multi-way atomic compare-and-swap with x64/TSX☆85Updated 9 years ago
- Business card raytracer / eventual IOCCC winner☆180Updated 9 years ago
- Hashing functions and PRNGs based on them☆167Updated 2 months ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆139Updated last year
- Simple compiler frontend using LLVM as backend☆241Updated 7 years ago
- "Mind the cache" presentation at using std::cpp 2015 and associated material☆85Updated 10 years ago
- BASIC in C++☆180Updated 5 years ago
- Experiments with array layouts for comparison-based searching☆86Updated 2 years ago
- BSD Licensed Bignum Library☆233Updated last year
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 6 years ago
- Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.☆190Updated 9 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆162Updated 7 months ago