2009-06-16 10:45:04 -04:00
|
|
|
general:
|
|
|
|
- check for complete support for 0.100 (compiles; existing tests pass)
|
|
|
|
|
2009-05-26 12:10:50 -04:00
|
|
|
command handlers:
|
|
|
|
- support DEL as vararg
|
|
|
|
- support MLLEN and MSCARD
|
2009-06-16 10:45:04 -04:00
|
|
|
- support SDIFF
|
|
|
|
- support SDIFFSTORE
|
|
|
|
|
2009-05-26 12:10:50 -04:00
|
|
|
|
|
|
|
unit tests:
|
|
|
|
- sort with limit
|
|
|
|
- sort lexicographically
|
|
|
|
- sort with pattern and weights
|
|
|
|
|
|
|
|
extras:
|
|
|
|
- benchmarking "test" app
|
2009-05-09 03:25:59 -04:00
|
|
|
- consistent hashing?
|
2009-05-26 12:10:50 -04:00
|
|
|
|
|
|
|
maybe/someday:
|
|
|
|
- make all string literals constants so they can be easily changed
|
2009-05-09 03:25:59 -04:00
|
|
|
- add conveniences that store a std::set in its entirety (same for std::list, std::vector)
|