gutjuri / triesLinks
Tries in C++
☆12Updated 4 years ago
Alternatives and similar repositories for tries
Users that are interested in tries are comparing it to the libraries listed below
Sorting:
- For details, see the blog post:☆32Updated last year
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆53Updated 2 months ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated 9 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world☆11Updated 2 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- Compact SVO optimized vector for C++17 or higher☆104Updated last year
- Container Traits for Modern C++☆29Updated 4 years ago
- Complete implementation of std::function, std::function_ref, and std::move_only_function☆62Updated 4 months ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- The Fancy Named Parameters Library☆31Updated 3 weeks ago
- A fixed capacity dynamically sized string☆66Updated last month
- 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
- C++20 liburing backed coroutine executor and event loop framework.☆65Updated 2 years ago
- String to Float Benchmark☆19Updated 6 years ago
- Boost.org multi_index module☆51Updated last month
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- ☆61Updated 3 years ago
- A C++14 Lambda Library☆25Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Using coroutines to implement C++ exceptions for freestanding environments☆73Updated 6 months ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated last month
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Some library components that didn't quite fit anywhere else...☆36Updated 9 months ago
- A simple replacement for std::unordered_map☆49Updated 10 months ago
- High-throughput lock-based concurrent queue☆31Updated last week
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago
- An exploratory implementation of bit overloads of the C++ standard algorithms☆18Updated 4 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago