Developing roleplaying sandboxes.
I love computer
I love computer
And also a lot of the indexing math can be SIMD:d easily.
And also a lot of the indexing math can be SIMD:d easily.
The voxels are laid out on Y,X,Z iirc so we aren't completely trashing the cache but...
Each column is searched individually, so we have to fetch the same chunks every column.
The voxels are laid out on Y,X,Z iirc so we aren't completely trashing the cache but...
Each column is searched individually, so we have to fetch the same chunks every column.