cache-chunk-store. In-memory LRU (least-recently-used) cache for abstract-chunk-store compliant stores

github.com/feross/cache-chunk-store

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

May 2021
  • bump deps
  • Merge pull request #13 from feross/improve-tests
  • Add test for concurrent gets
  • Restructure tests
  • package metadata
  • 3.2.2
  • Merge pull request #12 from feross/cleanup
  • code review feedback
  • Cleanup; use queueMicrotask; consistent slice() logic
  • 3.2.1
  • Merge pull request #11 from feross/fix-cb-after-destroy
  • Fix exception if get callback is called after destroy
  • Create dependabot.yml
  • 3.2.0
  • Merge pull request #10 from SocketDev/in-progress-gets
  • Don't start multiple gets for the same piece on the underlying store
April 2021
  • 3.1.1
  • github actions
  • package metadata
  • 3.1.0