A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per second.
☆77Jan 18, 2024Updated 2 years ago
Alternatives and similar repositories for LruClockCache
Users that are interested in LruClockCache are comparing it to the libraries listed below
Sorting:
- C++ Library of Atomic and Lockless Data Structures☆38Apr 25, 2020Updated 5 years ago
- ☆17Sep 28, 2025Updated 5 months ago
- C++ virtual-array implementation that uses all graphics cards in system as storage (with LRU cache eviction on RAM) and uses OpenCL for d…☆17Jul 30, 2023Updated 2 years ago
- Intrusive reference counting smart pointer, highly configurable reference counted base class and various adapters☆24Sep 22, 2025Updated 5 months ago
- Low latency lock free SPSC, SPMC, MPMC Queue and Stack. Fast SpinLock, SeqLock☆10Feb 5, 2024Updated 2 years ago
- Optimizing the memory layout of std::tuple☆34Jun 15, 2020Updated 5 years ago
- Conan extension☆10Sep 20, 2025Updated 5 months ago
- ☆10May 23, 2023Updated 2 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Jun 17, 2020Updated 5 years ago
- Some Plugins for Unreal Engine 5☆12Jun 2, 2024Updated last year
- EffectBox is an Unreal Engine widget for UI post-effects☆15Nov 23, 2025Updated 3 months ago
- A ring_span implementation that allows zero construction and destruction☆16Jun 7, 2020Updated 5 years ago
- C++ Build Scripts☆13Jul 15, 2025Updated 7 months ago
- Open letter for new C++ scope/charter.☆10Mar 12, 2022Updated 3 years ago
- A C++20 metaprogramming library focusing on metafunction composition.☆13Feb 8, 2026Updated 3 weeks ago
- C++ Club☆16Updated this week
- A simple CME exchange simulator using the ilink 3 protocol.☆13May 15, 2020Updated 5 years ago
- Perfect Hash Table C/C++ Library☆15Nov 22, 2020Updated 5 years ago
- A blazingly fast™ single producer multiple consumer broadcast queue☆16Feb 15, 2025Updated last year
- Tools for convert traditional vegetation models into Nanite trees suitable for UE5.x☆23Sep 17, 2024Updated last year
- ☆17Apr 2, 2022Updated 3 years ago
- 💾 A thread-safe, easy to use, header-only, fast and simple cache with selectable replacement algorithms and performance statistics☆15May 17, 2023Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Jul 16, 2025Updated 7 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆38Jan 2, 2026Updated 2 months ago
- Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup☆48Aug 17, 2023Updated 2 years ago
- Rust-like traits implementation in C++☆20Nov 8, 2023Updated 2 years ago
- ☆18Apr 25, 2023Updated 2 years ago
- Variadic recursive expression templates with lazy evaluation which look like ordinary (possibly nested) containers.☆17Feb 5, 2023Updated 3 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆15Feb 23, 2017Updated 9 years ago
- Single Header Constexpr Circular Queue☆17Jul 31, 2020Updated 5 years ago
- Libunifex networking library☆20Oct 30, 2022Updated 3 years ago
- Erased is meant to be a fast and constexpr friendly C++ type erasure implementation☆24Aug 10, 2025Updated 6 months ago
- Example C application consuming multiple conan.io packages☆18Aug 4, 2021Updated 4 years ago
- An Unreal Engine plugin that adds support for viewing live Blueprint variable values directly in the Actor details pane when playing or s…☆46Jun 23, 2024Updated last year
- Unreal Engine Suckless Testing☆21Updated this week
- Easy and versatile logging in Unreal Engine C++☆25Oct 9, 2023Updated 2 years ago
- Converting (scoped)enum values to string names written in C++>=11.☆22Feb 21, 2026Updated last week
- Code samples from the presentation "What do you mean by 'Cache Friendly'?"☆24Sep 2, 2020Updated 5 years ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Aug 22, 2024Updated last year