-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Roadmap
Ben Manes edited this page Mar 30, 2015
·
135 revisions
Development notes for pending tasks.
- Improve write buffer algorithm
- Use a multiple producer / single consumer unbounded queue (replacing
ConcurrentLinkedQueue)
- Use a multiple producer / single consumer unbounded queue (replacing
- Collections
- Add combining arena to existing implementations
- Investigate mpsc based on linked, reusable arrays
- Profile and code audit
- Simulator
- Add weight and expiration support
- Advanced eviction policies (2Q, LIRS, TinyLFU, etc)

