diff --git a/TODO.md b/TODO.md index c33cab9..f293c1a 100644 --- a/TODO.md +++ b/TODO.md @@ -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;