Hacker News new | ask | show | jobs
by upcoming-sesame 23 days ago
out of curiosity, how do you measure cache hit rate in opencode ?
1 comments

opencode stats
So the calculation is:

Total input token = input + cache read + cache write Cache hit rate = cache read / total input token.

That is 71% in my very limited use of opencode.

The first