mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-12 12:23:21 +03:00
Update TODO
This commit is contained in:
parent
c68c95d954
commit
2b54d1911a
4
TODO.txt
4
TODO.txt
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user