AnvilStats
#8
The generator finished, finally, last night. Now I'm trying to run AnvilStats on the generated world (52 GiB), and it's taking forever. And worst thing is, the CPU is not doing much, there's another bottleneck - the cFastNBT is not fast enough. It's still allocating all its cNBTTag-s from the heap and that uses some locking, which means the CPU is switching between threads like crazy - I've got 20k threadswitches in each of the 5 threads. I guess I'll have to develop a cHyperFastNBT that will allocate enough memory for all the NBT Tags at its start (by a guess) and then use that memory piece by piece, rather than calling "new cFastNBTTag".
And now that I think of it, I think the statistics' counters will overflow with such a huge world. I'll need to make the counters 64-bit.
Reply
Thanks given by:


Messages In This Thread
AnvilStats - by xoft - 09-29-2012, 06:25 AM
RE: AnvilStats - by xoft - 09-29-2012, 11:46 PM
RE: AnvilStats - by xoft - 09-30-2012, 05:03 AM
RE: AnvilStats - by xoft - 10-02-2012, 04:11 AM
RE: AnvilStats - by FakeTruth - 10-02-2012, 05:19 AM
RE: AnvilStats - by NiLSPACE - 10-03-2012, 03:16 AM
RE: AnvilStats - by xoft - 10-03-2012, 04:58 AM
RE: AnvilStats - by xoft - 10-04-2012, 09:57 PM
RE: AnvilStats - by xoft - 10-04-2012, 11:16 PM
RE: AnvilStats - by xoft - 10-05-2012, 03:31 AM
RE: AnvilStats - by xoft - 10-05-2012, 05:34 AM
RE: AnvilStats - by FakeTruth - 10-05-2012, 08:07 AM
RE: AnvilStats - by ThuGie - 10-05-2012, 10:08 AM
RE: AnvilStats - by NiLSPACE - 11-25-2013, 04:26 AM



Users browsing this thread: 1 Guest(s)