-
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.
plain, sharded: stop creating directory structure eagerly
Now that we don't assume the cache directory structure after creation, we don't have to spend time creating that structure in cache constructors. This saves time and I/O for high shard count, and makes the constructors infallible. TESTED=updated tests.
- Loading branch information
Showing
2 changed files
with
16 additions
and
39 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