psanse / BITSCANLinks
C++ library for bit twiddling
☆37Updated 7 years 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 7 years ago
- Visualization tool for Templight C++ template debugger traces☆90Updated 6 years ago
- C++17 immutable compile-time key value map☆50Updated 5 years ago
- Fast containers of polymorphic objects.☆66Updated last month
- The Bit Library☆58Updated 6 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- C++ Scattered Containers☆67Updated 7 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 5 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- WIP☆26Updated 6 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Updated 8 years ago
- Tool to check C++ #include dependencies (dependency graphs created in .dot format)☆20Updated 2 years ago
- dynamic polymorphism without inheritance☆31Updated 7 years ago
- Implementation of hash_append proposal☆69Updated 8 years ago
- A concise and readable metaprogramming language for C++☆59Updated 4 years ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…☆74Updated 8 years ago
- A C++14-and-later expression template library☆110Updated last month
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆66Updated 3 months ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- C++ library for type introspection, reflection, and scripting interface☆28Updated last year
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆15Updated 7 years ago
- Flat containers for C++☆59Updated 2 years ago
- std::bitset with constexpr implementations plus additional features.☆120Updated last year
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 6 years ago
- runtime to compile-time mappings☆108Updated 7 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago