Skip to content

Commit

Permalink
add hit ratio description
Browse files Browse the repository at this point in the history
  • Loading branch information
phuslu committed Feb 16, 2024
1 parent aac03cc commit a9d9db5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,9 @@ func SetupHashicorp(cachesize int) {
| ccache | 16 MB | 91 MB | 182 MB | 365 MB | 852 MB |
| hashicorp | 18 MB | 121 MB | 242 MB | 484 MB | 1034 MB |

### Hit ratio
It is a classic sharded LRU implementation, so the hit ratio is comparable to or slightly lower than a regular LRU.

### License
LRU is licensed under the MIT License. See the LICENSE file for details.

Expand Down

0 comments on commit a9d9db5

Please sign in to comment.