Note on wrapper for sizing

This commit is contained in:
Tony Garnock-Jones 2019-08-18 22:42:17 +01:00
parent 9f61059449
commit d7daa7dd02
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
TODO:
- consider a lead byte value used to wrap an encoded `Value` in a
size-counted wrapper? That way parsers can quickly skip nested
structure they're not interested in...
- https://github.com/uwiger/sext
- http://erlang.org/doc/reference_manual/expressions.html#term-comparisons;