beyond-all-reason / spring

A powerful free cross-platform RTS game engine
https://beyond-all-reason.github.io/spring/
Other
206 stars 99 forks source link

TODO: Modify main map data structures: heightmap, normalmap, etc. to use Morton access order for better cache coherency #1011

Open lhog opened 11 months ago

lhog commented 11 months ago

https://github.com/Forceflow/libmorton https://github.com/morton-nd/morton-nd

As possible helpers.

sprunk commented 11 months ago

If this involves touching map data structures in some non-minimal way then perhaps it's an opportunity to look at #779