Simple server in C++
-
Updated
Dec 13, 2021 - C++
Simple server in C++
Examples of using Algorithms in C++. Queue, Map & LRU-Cache.
Implementación LRU y FIFO de un Cache con todas sus operaciones en O(1).
A modern C++17 implementation of a thread-safe rate limiter with an LRU Cache for efficient memory management. Fully unit-tested with Google Test and built with CMake.
A cross-platform C++20 header-only LRU cache library with sliding expiration support
Implementation and analysis of cache replacement policies (Random and Least Recently Used) in a C++-based cache simulator. This project explores cache architecture behavior, evaluates eviction strategies, and measures performance metrics such as cache hits, misses, and flush counts.
Implementing LRU cache data structure using Doubly Linked List and Hashmap
In this repository, we designed a LRU (Least Recently Used) cache.
An in-memory key–value database implemented in C++ inspired by Redis. Features Hash Table with dynamic rehashing, Trie for prefix search, LRU Cache for recent lookups, and AVL Tree for range queries. Built with OOP principles for modularity, scalability, and high performance.
A high-performance multithreaded HTTP proxy server written in C++. Supports ThreadPool and Semaphore-based architectures for concurrent request handling, with pluggable LRU and LFU caching strategies. Built using the Factory Design Pattern for clean extensibility and runtime configurability.
LRU Stands for Least Recently Used and LRU Cache help identify the least recently used items in a System.
A naive LRU caching service implemented in C++
Personal repository for COL216 assignments - pardon mistakes!
Add a description, image, and links to the lru-cache topic page so that developers can more easily learn about it.
To associate your repository with the lru-cache topic, visit your repo's landing page and select "manage topics."