-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously we were using rollingsum chunker with fairly small chunks. Profiling revealed that this was creating a bottleneck where we would spend a long time chunking big files locally like `rose.vfs` even before downloading. Switching to fixed sized 1MB chunks is much simpler AND much more performant. Local tests show approximately 16x improvement.
- Loading branch information
1 parent
ab50a8b
commit ac546f5
Showing
2 changed files
with
23 additions
and
15 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