You have one of the fastest reads on cache, is this comparison a fair one? #86
Unanswered
kolinfluence
asked this question in
Q&A
Replies: 2 comments 4 replies
-
To be honest, the benchmarks look a bit dubious.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Well, usually user wants to see benchmarks for a mixed load. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@maypok86 thanks for the work on s3-fifo on golang, would like your opinion on this benchmark, it's based on capacity size and not item capacities so just curious if i can make it fairer for comparison etc.
phuslu/lru and your work on otter is really impressive and each cache serves different needs in different areas.
pls give your opinion on this.
https://github.com/cloudxaas/gocache/blob/main/lrux/bytes/README.md
there's a higher hit ratio version here because it's not affected by the hash collision.
https://github.com/cloudxaas/gocache/blob/main/lru/bytes/README.md
Beta Was this translation helpful? Give feedback.
All reactions