Skip to content

Generate repo database in memory

Jelle van der Waa requested to merge test_memory_tarfile into master

Python's tarfile can actually generate tarfile's in memory which makes it possible to remove the terrible chdir/cwd code and do less I/O.

Merge request reports