BatCountry says
13 years ago
Well, I've just finished DLL-izing my C++ chunk reader for minecraft and the motherfucker's still slow...
BatCountry says
13 years ago
time to remove the STL containers and replace them with linked lists
BatCountry says
13 years ago
and stop using gzread to read synchronously with the data loading
BatCountry says
13 years ago
and instead buffer each block file, decode them, then clear the buffer (or better yet, reuse it)
立即下載
BatCountry says
13 years ago
maybe leave the STL containers for now and try the other first