Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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