mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-06 00:06:06 -04:00
SQLite with mmap and page cache serves the same purpose without the complexity. The LRU cached full PackageMeta objects (all versions parsed) which wasted memory, had stale-cache risks with lightweight stubs, and expired after 120s anyway. Remove PackageMetaCache interface, LRU creation, and all metaCache threading through the resolver chain.