]>
Commit | Line | Data |
---|---|---|
d7fc9edb | 1 | command handlers: |
2 | - support DEL as vararg | |
3 | - support MLLEN and MSCARD | |
4 | ||
5 | unit tests: | |
6 | - sort with limit | |
7 | - sort lexicographically | |
8 | - sort with pattern and weights | |
9 | ||
10 | extras: | |
11 | - benchmarking "test" app | |
57172ffb | 12 | - consistent hashing? |
d7fc9edb | 13 | |
14 | maybe/someday: | |
15 | - make all string literals constants so they can be easily changed | |
57172ffb | 16 | - add conveniences that store a std::set in its entirety (same for std::list, std::vector) |