hpi-swa / Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Other
58 stars 29 forks source link

Unpack git objects during pull in background? #409

Open LinqLover opened 8 months ago

LinqLover commented 8 months ago

Pulling can be slow, unfortunately. (To my surprise, even when there was no new commit at the origin so pull should effectively be a no-op.) Would it be possible to run the "unpacking git objects" part in a background process so I can continue working on something else during this operation?

j4yk commented 8 months ago

Better yet: don't unpack the pack file at all. Just put it into the repo, index it and happily use it. ;-)

I thought there was already an issue for it, but I cannot find a matching one quickly...

LinqLover commented 8 months ago

Are you referring to https://github.com/hpi-swa/Squot/issues/34#issuecomment-429584479? :)

j4yk commented 8 months ago

Ah yes, you found it. And also the reason why it is not done yet... #34