-
ethql currently supports a request-scoped cache, but there is benefit to shared caching. In a production scenario, it is likely that the youngest blocks will be hottest, and that highly used smart con…
raulk updated
6 years ago
-
-
1. Threshold based. Admit to cache if Object was accessed X times during last T interval. According to CacheLib authors, this threshold can be workload dependent.
2. Can try FB approach, with X past…
-
## Check List
Please check followings before submitting a new feature request.
- [x] I have already read [Docs page](https://hexo.io/docs/)
- [x] I have already searched existing issues
## F…
-
It would be nice if there was a way to limit the amount of queries inside the statement cache so that it becomes a feasible option for use with query builders.
There are various policies for evicti…
-
### Checklist before submitting an issue
- [X] I have searched through the existing [closed and open issues](https://github.com/elkowar/eww/issues?q=is%3Aissue) for eww and made sure this is not a …
-
I'm working on a crate called [typesize](https://github.com/GnomedDev/typesize), generating estimates of struct sizes. I want to write an implementation for `mini-moka` however the interface is quite …
-
用于监督自己未完成的事项及任务,通常为文章类写作
-
#### Proposed Change:
The major changes are as follows:
- Pointer swizzling (seems like its already in progress: https://github.com/spacejam/sled/pull/1304)
- Rather than maintaining LRU/LFU cache …
-
A problem with using enumerated string constants for policies (e.g., `new CacheMap('lru', { maxSize: 256 })`, as proposed in #8 and #10 is that it disallows custom policies that plug into the same eng…