01-02-2012, 12:21 AM
That's an idea.. but I think it would be faster to just store some kind of reference count in the chunk itself, otherwise chunks are added and removed from the list all the time, which is probably slow, and checking whether a chunk is in the list is also slow.
Both ways require the same amount of hassle though.. Always cleaning up after you're done with the chunk
Both ways require the same amount of hassle though.. Always cleaning up after you're done with the chunk