Page MenuHomeSoftware Heritage

Refactor the base package loader to load directly from tarballs
Closed, MigratedEdits Locked

Description

instead of dumping on disk and loading from the disk.

This causes all sorts of issues on edge cases:

Additionally, reading directly from tarballs may have performance benefits, as it removes disk writes. (Or lowers RAM usage on workers using a tmpfs, but they currently don't)