man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.52k stars 93 forks source link

Make library manager an LRU cache #1915

Closed willdealtry closed 1 month ago

willdealtry commented 1 month ago

We don't want to cache an infinite number of libraries, so make the map of libraries into an LRU cache

poodlewars commented 1 month ago

The diff is broken - it shows 0 files changed.

willdealtry commented 1 month ago

The diff is broken - it shows 0 files changed.

Weird, the rebase seems to have erased the change entirely. And yet the builds don't pass ;-/

Will fix