Update TODO

This commit is contained in:
Jonathan Daugherty 2015-07-03 14:05:53 -07:00
parent c68c95d954
commit 2b54d1911a

View File

@ -22,3 +22,7 @@ Performance:
generalize interface to some traversable so the caller decides what generalize interface to some traversable so the caller decides what
structure to use (e.g. tree) structure to use (e.g. tree)
- Use Vector instead of List where sensible - 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)