psanse / BITSCANLinks
C++ library for bit twiddling
☆36Updated 3 weeks ago
Alternatives and similar repositories for BITSCAN
Users that are interested in BITSCAN are comparing it to the libraries listed below
Sorting:
- Implementation of hash_append proposal☆67Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Flat containers for C++☆59Updated 2 months ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆61Updated 2 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 4 years ago
- Vectorized version of the PCG random number generator☆83Updated 6 months ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…☆74Updated 8 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- low-level library for minimizing the size of your types☆114Updated 5 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆153Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Fast containers of polymorphic objects.☆68Updated 3 weeks ago
- A persistent hash array-mapped trie for C++☆91Updated 2 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- Yet another C++ text formatting library.☆70Updated 8 months ago
- runtime to compile-time mappings☆108Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆69Updated 10 years ago
- C++ Scattered Containers☆67Updated 8 years ago
- C++11 metaprogramming library☆112Updated 9 years ago
- A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process☆46Updated 3 weeks ago
- A research project aimed at introducing language support for type erasure in C++.☆54Updated 9 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated last month
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 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
- Replaced by foonathan/lexy☆138Updated 4 years ago
- std::bitset with constexpr implementations plus additional features.☆123Updated 2 years ago
- Add-on packages for Vector class library☆75Updated last year
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago