lichray / bitvectorLinks
A dynamic version of std::bitset
☆17Updated 12 years ago
Alternatives and similar repositories for bitvector
Users that are interested in bitvector are comparing it to the libraries listed below
Sorting:
- std::bitset with constexpr implementations plus additional features.☆126Updated 2 years ago
- High-performance multicore-scalable data structures and benchmarks☆144Updated 6 years ago
- The missing C++ tuple functionality☆85Updated 5 years ago
- Unstable O(n log n) sorting algorithm with O(n) memory☆67Updated 2 months ago
- A library for C++ reflection and introspection☆201Updated 8 years ago
- Policy Based C++ Allocator Library☆123Updated 7 months ago
- 🚀 Fast C/C++ bit population count library☆360Updated last year
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- A cross-platform C function to get the cache line size (in bytes) of the processor, or 0 on failure☆125Updated 3 years ago
- a c++ header library that implements variant constexpr functions and types.☆85Updated 6 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆172Updated 6 years ago
- C++ double-to-string conversion benchmark☆260Updated 3 years ago
- C++11/14 strings for direct use in template parameter lists, template metaprogramming.☆202Updated 4 years ago
- modern C++ type traits and metafunctions for callable types☆137Updated last month
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 3 years ago
- Implementation of hash_append proposal☆67Updated 9 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 8 years ago
- Memory optimal Small String Optimization implementation for C++☆250Updated 11 years ago
- BitMagic Library☆441Updated 5 months ago
- Portable C++ SIMD library☆171Updated 6 years ago
- C++17 library facilities for older compilers☆145Updated 5 years ago
- Variadic templates and std::integer_sequence support library☆112Updated 11 months ago
- C++ generic make factory☆108Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated last month
- C++11 metaprogramming library☆112Updated 10 years ago
- A dynamically-resizable vector with fixed capacity and embedded storage☆172Updated 4 years ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…☆74Updated 8 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆33Updated 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