Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myrotvorets/lru-cache
TypeScript implementation of LRU Cache
https://github.com/myrotvorets/lru-cache
lru lru-cache lrucache
Last synced: 4 days ago
JSON representation
TypeScript implementation of LRU Cache
- Host: GitHub
- URL: https://github.com/myrotvorets/lru-cache
- Owner: myrotvorets
- License: mit
- Created: 2024-02-25T09:20:01.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-16T03:39:08.000Z (8 days ago)
- Last Synced: 2024-12-16T20:36:08.180Z (7 days ago)
- Topics: lru, lru-cache, lrucache
- Language: TypeScript
- Homepage:
- Size: 672 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lru-cache
[![Build and Test](https://github.com/myrotvorets/lru-cache/actions/workflows/build.yml/badge.svg)](https://github.com/myrotvorets/lru-cache/actions/workflows/build.yml)
[![CodeQL Analysis](https://github.com/myrotvorets/lru-cache/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/myrotvorets/lru-cache/actions/workflows/codeql-analysis.yml)
[![Package Audit](https://github.com/myrotvorets/lru-cache/actions/workflows/package-audit.yml/badge.svg)](https://github.com/myrotvorets/lru-cache/actions/workflows/package-audit.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=myrotvorets_lru-cache&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=myrotvorets_lru-cache)LRU Cache implementation in TypeScript