mirage / irmin

Irmin is a distributed database that follows the same design principles as Git
https://irmin.org
ISC License
1.84k stars 153 forks source link

irmin-pack: optimize GC memory usage #2237

Closed art-w closed 1 year ago

art-w commented 1 year ago

Memory usage during GC was slightly larger than before, as the live ranges were stored in a list (rather than array) following the sparse file refactoring.