https://github.com/junajan/lrucache
https://github.com/junajan/lrucache
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/junajan/lrucache
- Owner: junajan
- Created: 2024-08-08T15:21:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:53:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T07:13:08.447Z (over 1 year 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
```