Search
n-way-set-associative-cache
A TypeScript implementation of an N-way set-associative cache with configurable replacement policies, supporting operations like put, get, delete, and listAll. Optimized for performance and extensibility.
v1.0.5 URL:
https://unpkg.com/n-way-set-associative-cache@1.0.5/dist/index.js
Open
Browse Files
cache
n-way
set-associative
associative-cache
typescript
lru
caching
memory-cache
performance
data-structures
algorithms