@aljoscha quick questions:
- what are the advantages of your way of doing integers over CBOR's?
- All I really care about is having in-place access to fields. Such that
pointer = seekPath(record, key)
returns a pointer to where the value associated with key is inside the record. I think this is the key to having a high performance database - what does hsdt stand for again?