-
Caches like guava (java) has functionality to refresh cache values after write and after access by some time duration.
Can we have something similar to it in ristretto?
-
Tracking issue for putting content on the `ristretto.group` site.
In terms of the website content, here's a checklist from an email from @bitwiseshiftleft:
- [x] Motivation (like in the `curve25…
-
The current NewCache constructor requires the user to hard code ristretto defaults in their code.
Specifically, NumCounters is 100 x estimated items. The interface should allow the user to avoid …
WBare updated
4 years ago
-
-
Hey Folks,
I am testing Ristretto in QA environment. I am still trying to understand few things. Once thing that I noticed, line for Keys Added and Keys Evicted are super close to each other.
…
-
### What version of Go are you using (`go version`)?
```
[reuben@laptop badger-version-test]$ go version
go version go1.13.6 linux/amd64
```
### What operating system are you using?
```
[…
-
I have some tests where I set a value and then try to get it immediately. But cache reports that value is not avalable. If I add `time.Sleep(100 * time.MilliSecond)`, it works. I have also seen same p…
-
The readme file shows that in order to test ristretto, one must use time.Sleep. As far as I understand, that isn't good software engineering practice. In fact, it's conceptually inherently a race cond…
-
Migrate away from Github actions and use something else as discussed.
-
Here I want to get the key numbers current cache contains. Seems it's easy to maintain.