C++ cache with LRU/LFU/FIFO policies implementation
-
Updated
May 12, 2024 - C++
C++ cache with LRU/LFU/FIFO policies implementation
🍀 c++ standalone header-only basic library. || c++头文件实现无第三方依赖基础库
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.
A C++11 simulator for a variety of CDN caching policies.
Derive the optimal cache hit ratio for Internet request traces with variable object sizes.
C++17 Cache Data Structure Library
🦄 链式哈希 [LRU] Fast, header-only, cross-platform and STL-like linked_hash_map & linked_hash_set for C++. (beats 100% submissions @ leetcode) LRUCache
CPU cache emulator (LRU)
Direct Mapped and N-Way set associative cache Simulator in C/C++ for L1 cache in Processors
a rough imitation of @stl
Implemented modern last-level cache(LLC) with the concept of "Perceptron Learning for Reuse Prediction" that use neural network idea, which is training the predictor by a smaller independent cache with a series of features.
C++ program that implements the FIFO, Optimal, MFU, and LRU page-replacement algorithms. Given a page-reference string, where page numbers range from 0 to 9, apply the page-reference string to each algorithm, and output the number of page faults incurred by each algorithm.
Algorithms Studied During Operating System Course
Common engineering data structures and algorithms, such as linear,tree,linked list,graph,greedy,divide and conquer,dynamic programming, backtracking, depth search, breadth search and so on
Page replacement simulator - Operating Systems Memory Virtualization project
Implement page replacement policies like LRU, NFU, FIFO , Aging, Random etc . And also compare their results.
Add a description, image, and links to the lru topic page so that developers can more easily learn about it.
To associate your repository with the lru topic, visit your repo's landing page and select "manage topics."