philipbecker / cpp-art
STL-compliant map and set container based on a C++11 Adaptive Radix Tree implementation.
☆11Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for cpp-art
- C++ implementation of Concise and WAH compressed bitsets☆21Updated 7 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- A C++ library for integer array compression☆27Updated 2 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆50Updated 8 months ago
- Header only C++14 micro benchmark☆14Updated 8 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆37Updated 7 years ago
- Memory alignment wrappers, useful for avoiding false sharing☆39Updated 8 years ago
- For details, see the blog post:☆31Updated 11 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
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 8 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆76Updated 8 years ago
- Utilities to help using Coroutines with Ranges☆23Updated 7 years ago
- A hash table implementation using Robin Hood Linear Probing☆50Updated 10 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆84Updated 9 years ago
- WG21 P0468 implementation of an intrusive smart pointer for C++☆57Updated 4 years ago
- Boost.Asio wrapper over uTorrent's uTP library☆27Updated 3 years ago
- A persistent hash array-mapped trie for C++☆90Updated last year
- C++ Concurrency library!☆26Updated 5 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Concurrent Hash Table☆18Updated 2 months ago
- A stab at constexpr bson creation☆32Updated 9 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- WIP☆26Updated 5 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- A comparison between different integer set techniques☆14Updated 6 years ago