explitly call out TODO for log parsing example

This commit is contained in:
Damian Gryski 2018-03-04 10:57:19 -08:00
parent 033e0f6595
commit 87e785b45a

View File

@ -646,7 +646,7 @@ function. The improved solution we came up was to individually hash the
keys/values as they were added to the map, then xor all these hashes together keys/values as they were added to the map, then xor all these hashes together
to create the identifier. to create the identifier.
Log parsing example: TODO: flesh out log parsing example:
* time parsing is slow * time parsing is slow
* adding a single item cache is good * adding a single item cache is good