foxostro / GutsyStormPython_Abandoned

Python game with boxy voxel terrain. (similar to Minecraft's terrain)
GNU General Public License v3.0
1 stars 0 forks source link

Get chunk prefetching to actually improve performance. #9

Closed foxostro closed 12 years ago

foxostro commented 12 years ago

049fd9d90d4cbd6a3a148838909022b132b9a694 and cacb153703fff3e2268be0cd7a6c5b285aab5d51 add chunk prefetching. This is currently disabled because it negatively impacts performance. Still, prefetching chunks seems like it might be a good idea if implemented correctly. Get it to work right.

foxostro commented 12 years ago

Chunk prefetching re-enabled as it now has no negative performance impact. It is yet to be seen whether it actually helps, though...

foxostro commented 12 years ago

Removed prefetching in ba0077d8770edda73004db1b00936f4bda75bde2 It just doesn't help performance. So, NTBF.