-
* Kindly assign this Issue to @hrily and @salman-bhai.
* Will send a PR in a maximum of two weeks!
* Also if possible can a CONTRIBUTING.md file be made?
-
Parent Issue: https://github.com/ipfs/ipfs-companion/issues/1152
ETA: 2023-05-12
```[tasklist]
### Tasks
- [x] Observe webRequests via the non-blocking API
- [ ] Implement LFU maintain list …
-
https://geektutu.com/post/geecache-day1.html
7天用 Go语言/golang 从零实现分布式缓存 GeeCache 教程(7 days implement golang distributed cache from scratch tutorial),动手写分布式缓存,参照 groupcache 的实现。本文介绍常用的三种缓存淘汰(失效)算法:先进…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
### 2. What did you expect to see? (Required)
### 3. What did…
-
This can be created easily by following steps:
1. 'config set lfu-decay-time 0' in master and slave.(we can check LFU all the time)
2. 'set str lfutest' and 'redis-benchmark -n 10000 get str' in ma…
-
I expected that using TinyLFU would overwrite a value when setting it, just like Redis. However, overwriting a value doesn't seem to work. From what I can gather of the TinyLFU internals, it doesn't e…
-
### Bug report
Getting lfu cache error in 0.31.0. The issue doesn't appear in 0.30.0.
I believe something in this PRs broke it:
- https://github.com/graphprotocol/graph-node/pull/4624
- https://…
-
### Expected behavior
Please add support of TTL, Max Idle , Eviction Policy support to redis server assisted client side caching.
This will reduce the memory requirement on Application's sid…
-
WebRender has a LRU cache implementation here https://github.com/servo/webrender/blob/1175acad2d4f49fa712e105c84149ac7f394261d/webrender/src/lru_cache.rs
And it is used for the texture cache and for …
-
Thanks for your code! It's fantastic. Is it possible to consider adding traditional caching schemes like FIFO, LRU, and LFU for better performance comparisons?