Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junajan/lrucache
https://github.com/junajan/lrucache
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/junajan/lrucache
- Owner: junajan
- Created: 2024-08-08T15:21:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:53:31.000Z (3 months ago)
- Last Synced: 2024-10-10T14:49:17.799Z (29 days ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```