Skip to content

avoid reading entire blobs into memory when materializing them

db48x requested to merge db48x/reposurgeon:blob-copying into master

Avoids a significant chunk of allocations (depends on what needs to be materialized, of course).

Merge request reports