Hi, it seems like this project is the only one that benchmark LRU, and I, and probably many others, find it very valuable. Therefore, it would be great to keep this up to date.
This PR:
Rewrite with ESModule (to support libraries like quick-lru, which is now ESModule-only)
Bump all libraries to latest version, update results
replace tiny-worker library with Node.js worker_threads since tiny-worker does not work with ESModule
Hi, it seems like this project is the only one that benchmark LRU, and I, and probably many others, find it very valuable. Therefore, it would be great to keep this up to date.
This PR:
quick-lru
, which is now ESModule-only)tiny-worker
library with Node.js worker_threads sincetiny-worker
does not work with ESModuleMy spec:
We can also set up GitHub Actions to bump deps and run/update benchmarks periodically.