From 2b54d1911aa2b1f257250bc1c2889e6b6bfcfc11 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 3 Jul 2015 14:05:53 -0700 Subject: [PATCH] Update TODO --- TODO.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.txt b/TODO.txt index bce9015..7a8e120 100644 --- a/TODO.txt +++ b/TODO.txt @@ -22,3 +22,7 @@ Performance: generalize interface to some traversable so the caller decides what structure to use (e.g. tree) - Use Vector instead of List where sensible +- Consider viewport alternative combinator that takes a hash of the data + to be rendered, caches the hash when it renders, and only re-renders + when it gets a new hash (and the hash goes in the viewport state that + gets stored in the RenderState)