From 87e785b45ac0db213472981347865b6dfd8e6780 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Sun, 4 Mar 2018 10:57:19 -0800 Subject: [PATCH] explitly call out TODO for log parsing example --- performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.md b/performance.md index a14733f..973ece1 100644 --- a/performance.md +++ b/performance.md @@ -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 to create the identifier. -Log parsing example: +TODO: flesh out log parsing example: * time parsing is slow * adding a single item cache is good