-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Found a deeply nested dependency which was importing `https://github.com/markbates/pkger`, causing unreasonable CPU consumption and significant delay at start up time. With this patch, start up time was reduced from almost 2 seconds to 0.03s seconds for cold starts and ~0.02s for hot starts. ``` $ time hydra hydra 1.87s user 1.90s system 620% cpu 0.607 total $ time ./hydra-patch ./hydra-patch 0.03s user 0.01s system 8% cpu 0.450 total $ time ./hydra-patch ./hydra-patch 0.02s user 0.01s system 104% cpu 0.032 total ```
- Loading branch information
Showing
2 changed files
with
810 additions
and
150 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
Oops, something went wrong.