Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 426 Bytes

TODO.md

File metadata and controls

19 lines (15 loc) · 426 Bytes

command handlers:

  • support DEL as vararg
  • support MLLEN and MSCARD
  • support SDIFF
  • support SDIFFSTORE

unit tests:

  • sort with limit
  • sort lexicographically
  • sort with pattern and weights

extras:

  • benchmarking "test" app
  • consistent hashing?

maybe/someday:

  • make all string literals constants so they can be easily changed
  • add conveniences that store a std::set in its entirety (same for std::list, std::vector)