-
-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always compress values when using a sink when exploding packs
Looks like IO is a major bottleneck, followed by gzip which just does about 20MB per core. Of course there is also cost of extracting the objects in the first place, but the OUTPUT part seems particularly slow. Git is a slow writer due to that, but if done right, I would think 100MB/s on my machine are possible when writing directly into packs.
- Loading branch information
Showing
2 changed files
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters