-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keeps build time stats accross renames. See #60. This commit is an MVP, lacking tests and optimizations. Even then, parsing 80 update files takes 2-6ms on my system, so the cost of this double-parsing single-threaded implementation is already low. We get the list of update files from the mtimedb, which is nice because we already parse it and can yet again avoid locating the installed repos, but also lists (on my system) some non-existing files and files from an inactive repo.
- Loading branch information
1 parent
a958d94
commit c5074e2
Showing
4 changed files
with
92 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
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