lru-cache
Here are 83 public repositories matching this topic...
💬 Chat list Caching Web App (using Linked List and Hashing)
-
Updated
Jun 8, 2020 - JavaScript
Implemented a chat list using HTML, CSS, basic JavaScript, and integrated the LRU page replacement algorithm using HashMap and Doubly Linked List.
-
Updated
Aug 28, 2024 - JavaScript
Chat Generator Application
-
Updated
Mar 14, 2024 - JavaScript
"Least Recently Used" (LRU) cache compatible to ES6 Map
-
Updated
Aug 14, 2024 - JavaScript
LRU cache stand for Least Recently Used Cache. which evict least recently used entry. As Cache purpose is to provide fast and efficient way of retrieving data. it need to meet certain requirement.
-
Updated
Oct 23, 2018 - JavaScript
JavaScript Memcached server
-
Updated
Jan 6, 2023 - JavaScript
A high-performance JavaScript cache library with zero dependencies. Supports TTL expiration, LRU/FIFO/MFU strategies, item tagging, isolated namespaces, an event system, and utilities for data manipulation and analysis.
-
Updated
Aug 21, 2025 - JavaScript
Fast and lightweight lru cache for javascript
-
Updated
Apr 26, 2023 - JavaScript
Improve this page
Add a description, image, and links to the lru-cache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lru-cache topic, visit your repo's landing page and select "manage topics."