File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
content/wiki/datastructures Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,15 @@ or the performance of world generation, *too* much.
1818
1919> ** Note:** These techniques can often be combined.
2020
21+ - Hashgrid
2122- [ Multi-Level Grids] ( /wiki/datastructures/multi-level-grid )
2223- [ Sparse Voxel Octree (SVO)] ( /wiki/datastructures/sparse-voxel-octree )
2324
25+ {{ todo_notice(body="List more datastructures?") }}
26+ {{ todo_notice(body="Compare datastructures?") }}
27+ {{ todo_notice(body="Explain complexity trade-offs? Table/diagram?") }}
28+ {{ todo_notice(body="Top- and bottom-level acceleration structures?") }}
29+
2430## References
2531
2632- [ https://0fps.net/2012/01/14/an-analysis-of-minecraft-like-engines/ ] ( https://0fps.net/2012/01/14/an-analysis-of-minecraft-like-engines/ )
You can’t perform that action at this time.
0 commit comments