Currently os.tmpdir() is used to determine it, but for me that is on completely different storage device than where my projects reside.
This would pair with #82 to improve performance of extraction a fair bit.
Though I'm not quite sure why the temp location is even used.
Currently
os.tmpdir()is used to determine it, but for me that is on completely different storage device than where my projects reside.This would pair with #82 to improve performance of extraction a fair bit.
Though I'm not quite sure why the temp location is even used.