Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/junajan/lrucache


https://github.com/junajan/lrucache

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# LRUCache using hash table and linked list

Before running this you have to first install [node.js](https://nodejs.org/en) (at least v20).

To run tests, install dependencies (typescript runner and node types) and run following commands:
```
pnpm i
pnpm test
```