Tatsuya Kawano
Tatsuya Kawano
> This is a bit hard to understand, but please review Caffeine to see if anything it does helps refine your approach. Thank you for the info! I will take...
Here is another example. This one only checks if `B` is blocked by `A`. If so, `B` does early return. Like the previous example, this stores the last update time...
Hi. I am glad to hear that you guys are using `moka` and happy with it! > Would it be possible to allow jitter on the durations? Yes, and there...
I am adding the example `jittered_expiry_policy_sync` to the `example` directory via #489.
Thank you for your prompt reply. OK. I will try to implement this in the calibration phase, and open a PR. > This would only cover Linux x86-64 platforms The...
Hi. Sorry for the confusion. Unfortunately, the `js` feature was half-done by #173 and I would not surprise to see it is broken. I think we should remove the feature...
> it would be great if we can call a function to set a ttl for a specific key like redis: [https://redis.io/commands/expire/](https://redis.io/commands/expire/) > With the feature i'm requesting, I'm thinking...
Just FYI, I brushed up the `Expiry` doc for clarity: - #324
> As @tatsuya6502 suggested in #849 , this PR: > > * Skip frequencies updates on cache miss. > * Skip frequencies updates on insertions. Hi. Oops. I meant the...
Hi. I ran some mokabench benchmarks comparing the hit ratio of different `foyer` versions and configurations. ```console $ cargo run -F foyer --release -- --num-clients 1 ``` | Cache |...