-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [X] 2. The bug has not been fixed in the latest version.
- [X] 3. Please note that if the bug-related iss…
-
The committee discussed providing caching services to modules in the context of https://github.com/prebid/prebid-server/issues/3512
We agreed that another important component would be a controlled …
bretg updated
6 months ago
-
非常感谢您提供的代码!(改进LRU cache,使其具备TTL的能力,以及改进锁的粒度,提高并发度)这部分在哪里体现啊?我看你的lru是很普通的lru啊?并没有加TTL的能力。期待您的回复~
-
An LRU (Least Recently Used) cache is widely used for its simplicity and effectiveness in managing limited resources. However, there are scenarios where other caching algorithms might perform better d…
-
1. How to implement an LRU list (active list) in hardware?
2. How to search the lists when receiving a memory request? In your simulation, you use a find() function which is impossible to implement i…
-
https://github.com/opennextjs/opennextjs-aws/blob/main/packages/open-next/src/overrides/incrementalCache/s3.ts#L43-L58
I had a conversation with the Vercel devs and they said that their cacheHandle…
-
All Salsa queries, used in `AnalysisDatabase` must have a set sensible LRU policy to keep memory usage limited. Check out how this is done in Rust Analyzer for reference.
https://github.com/salsa-rs/…
-
Design and implement a data structure for [Least Recently Used (LRU) cache](https://en.wikipedia.org/wiki/Cache_replacement_policies#LRU). It should support the following operations: `get` and `put…
-
Hello,
Is there a plan to implement `rocksdb_cache_create_lru_with_strict_capacity_limit`? that would be useful when trying to set the memory limit of the cache and notify rocksdb not to exceed, wh…
-
Calling the API can be expensive and time consuming. In many cases Excel deals with only calling it when necessary but there's also a long list of cases when it calls it unnecessarily ([Volatile Actio…