Global lock contention
Open
- Dominant language
- Rust
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
At least one attempt to adopt flyweights that I'm aware of was stymied by too much contention on the global cache's lock. It would be great to evaluate some different approaches to reducing the lock contention, maybe with using a concurrent hashmap.
Contributor guide
Assessment
This issue has not been assessed yet.