Linked List of Adjacent Chunks. #64
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Had an idea about a potential optimization of having a given chunk keep pointers to it's four adjacent chunks, akin to a Linked List. Use this for performing faster lookup than the unordered_map can provide, when performing tile updates, since they can often cross chunk boundaries.