Skip to content

Roadmap

Ben Manes edited this page Apr 5, 2015 · 135 revisions

Development notes for pending tasks.

  • Improve write buffer algorithm
    • Use a multiple producer / single consumer unbounded queue (replacing ConcurrentLinkedQueue)
  • Collections
    • Add combining arena to existing implementations
    • Investigate mpsc based on linked, reusable arrays
  • Profile and code audit
  • Simulator

Clone this wiki locally