forked from arangodb/velocypack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
32 lines (27 loc) · 832 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Lessons from Cuckoo
-------------------
* improve normalizedHash
* ObjectIterator::next
* Add tests for empty attribute names
* throw out types 0x0f to x012
* remove flag sortAttributeNames
* 1 element arrays and objects compact
* refactor close() method
Documentation
-------------
* write Performance.md section for speed tests
* documentation of C++ classes (// ...) (MN)
Testing
-------
* automate tests on MacOS and ARM
* test equal_to with custom types
Features
--------
* implement missing type BCD in Builder, Slice, Parser and Dumper
* unique/distinct/sort for Arrays
Tools
-----
* add inspect tool (tools/) for binary vpack values
* add optional saving of dictionaries from json-to-vpack
* add optional reading of dictionaries in vpack-to-json
* automate sizes table generation, add comparison for BSON & MessagePack