psanse / BITSCANLinks
C++ library for bit twiddling
☆36Updated 3 months ago
Alternatives and similar repositories for BITSCAN
Users that are interested in BITSCAN are comparing it to the libraries listed below
Sorting:
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- Flat containers for C++☆59Updated 5 months ago
- Implementation of hash_append proposal☆67Updated 8 years ago
- The Bit Library☆58Updated 6 years ago
- Vectorized version of the PCG random number generator☆84Updated 8 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 4 months ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…☆74Updated 8 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆37Updated 8 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆65Updated 3 weeks ago
- Fast containers of polymorphic objects.☆69Updated 2 weeks ago
- Replaced by foonathan/lexy☆138Updated 4 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- std::bitset with constexpr implementations plus additional features.☆126Updated 2 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 years ago
- C++17 immutable compile-time key value map☆50Updated 6 years ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆35Updated 4 years ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- low-level library for minimizing the size of your types☆117Updated 6 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆16Updated 7 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Add-on packages for Vector class library☆76Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated 3 weeks ago
- Lightweight approach to expressing task stealing and balanced parallelism in a C++ programs.☆74Updated 10 years ago