Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 697 Bytes

ToDo.md

File metadata and controls

24 lines (18 loc) · 697 Bytes

Goals

  • No bugs.
  • Keep API simple and stable.
  • Low CPU/memory consumption (code inlining, avoid memory allocation, avoid memory copy).
  • Simple, well-documented code. Suitable for easy porting to other languages.
  • No tricks (for compatibility with future Go versions).

To Do list

High priority:

  • Documentation
  • 100% test covering
  • Benchmarks

Low priority:

  • RLock()
  • LockEach(), LockAny()
  • MTU, RTT background calculation
  • Choose best node based on MTU and RTT
  • Requests/response pipelining (packing many requests into 1 packet, parse packets contained many responses)
  • Requests/response Snappy compression to decrease number of packets