r-lyeh-archived / LRU
A lightweight LRU cache structure for list<T> and map<K,V> containers. Written in C++11
☆27Updated 9 years ago
Alternatives and similar repositories for LRU:
Users that are interested in LRU are comparing it to the libraries listed below
- A lightweight C++ library to diff and patch arbitrary data☆20Updated 9 years ago
- Apathy is a lightweight path/file/mstream/mmap IO library (C++03)☆35Updated 5 years ago
- Wait-free ring buffer for inter-thread communication using C++11 atomics☆19Updated 9 years ago
- Bourne is a lightweight JSON de/serializer (C++11).☆22Updated 9 years ago
- Header file only filesystem library similar to boost::filesystem, but more light-weight. Supports both Windows and POSIX filesystem APIs…☆11Updated 15 years ago
- Cocoa is an uniform hashing library with no dependencies that provides interface for CRC32, CRC64, GCRC, RS, JS, PJW, ELF, BKDR, SBDM, D…☆24Updated 9 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- C++ reflection framework (for fun)☆14Updated 10 years ago
- A very minimal .INI reader/writer (C++11)☆30Updated 8 years ago
- TinyThread++ fork with lambda, future and continuation support.☆30Updated 12 years ago
- ID, a compile-time string hasher and sequential ID generator (C++11)☆28Updated 9 years ago
- Lightweight append-only, header-less, journaling file format (C++11)☆13Updated 9 years ago
- Simple and lightweight factory class, featuring automatic type casting. Written in C++11☆12Updated 9 years ago
- a tool to count accesses to member variables in c++ programs☆75Updated 11 years ago
- Pretty table metrics w/ benchmarking, unit conversions in CSV,TSV,ASCII,markdown (C++11)☆19Updated 9 years ago
- Lightweight unit-testing framework (C++11).☆86Updated 8 years ago
- A simple and lightweight tree container (C++03)☆14Updated 9 years ago
- Functional programming with C++11, inspired by Haskell.☆21Updated 12 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆15Updated 7 years ago
- Foundations of symbol based programming☆30Updated 5 years ago
- Lightweight publisher/subscriber C++ library based on boost asio☆21Updated 4 years ago
- Knot is a lightweight and simple TCP networking C++ library with no dependencies.☆26Updated 9 years ago
- Allocation benchmarks☆30Updated 8 years ago
- Basic C99 implementations of various fundamental data structures (queue, stack, graph, heap, etc.)☆15Updated 7 years ago
- Heal is a lightweight C++ library to aid and debug applications. Heal requires C++11 (or C++03 with boost at least).☆17Updated 9 years ago
- typesafe tagged union with "don't call us, we'll call you" feature☆16Updated 9 years ago
- C++11 libs: await, channels, reactive/signals, timelines, alarms, logging, args, etc.☆24Updated 4 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
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago