-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor (~2%) increase in cache hit rate
By including length in the hash function. I tried various changes including 2048 cache size, or not replacing conflicts. Larger did not give a hit rate improvement commensurate to the extra size, and not replacing conflicts led to a significant drop to the hit rate.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 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