bobbyi / Fast-Bit-CountingLinks
Count how many bits are set (population count) in C++ using POPCNT via inline assembly and gcc intrinsics (with benchmarks)
☆16Updated 14 years ago
Alternatives and similar repositories for Fast-Bit-Counting
Users that are interested in Fast-Bit-Counting are comparing it to the libraries listed below
Sorting:
- A tool for testing C compilers automatically☆21Updated 9 years ago
- A small DFA for under 16 states☆51Updated 7 years ago
- Turn an interpreter into a code generator☆31Updated 9 years ago
- measure entropy of memory allocators☆12Updated 3 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 8 years ago
- ☆29Updated 5 years ago
- LLVM-jitted bitmaps☆27Updated 5 years ago
- A toy code generator (i.e. "program synthesis") using the Z3 solver☆35Updated 7 years ago
- ☆53Updated last year
- reverse engineering branch predictors☆17Updated 9 years ago
- Fuzzer and benchmarker for UTF-8 validators☆12Updated 4 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- Pruning of blanks from an ASCII stream - musings in AMD64 and ARM64☆10Updated 4 years ago
- SIMDized check which bytes are in a set☆28Updated 6 years ago
- A feature-incomplete peekahole (pahole) clone that doesn't rely on libdwarves (and doesn't choke on Clang output)☆22Updated 7 years ago
- like ChaCha, but 64-bit instead of 32-bit thanks to BLAKE2b's permutation☆15Updated 8 years ago
- Some variations on Lemire's Fast Random Integer Generation in an Interval☆15Updated 5 years ago
- Crit-bit tree (trie) library☆32Updated 11 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆50Updated 4 months ago
- Automatic inference of a formal specification of the x86_64 instruction set☆70Updated 9 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- RLU resizable hash-table☆17Updated 9 years ago
- llvm opt fuzzer and bounded exhaustive test generator☆40Updated 2 years ago
- Exotic Shitty Hash Maybe☆45Updated 9 years ago
- Production Performance Telemetry☆21Updated 4 years ago
- Multiplication using AVX512 and AVX512IFMA instructions☆23Updated 9 years ago
- Miscellaneous macros useful for writing x86 asm in nasm or yasm☆7Updated 4 years ago
- Stasis is a flexible transactional storage library that is geared toward high-performance applications and system developers. It supports…☆53Updated 12 years ago
- A program for automatically resolving #ifdef statements in C code.☆37Updated 8 months ago