mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-25 04:43:52 +00:00
optimizations (#10)
* optimize item data communication, options for future item flags * lighten load on gc from inventory apis * dont allocate for SyncPlayerFromNative * fix blocklag
This commit is contained in:
parent
f364a5bb07
commit
08a88fed6e
5 changed files with 144 additions and 88 deletions
|
|
@ -1795,7 +1795,7 @@ void MinecraftServer::run(int64_t seed, void *lpParameter)
|
|||
|
||||
chunkPacketManagement_PostTick();
|
||||
}
|
||||
lastTime = getCurrentTimeMillis();
|
||||
//lastTime = getCurrentTimeMillis();
|
||||
// int64_t afterall = System::currentTimeMillis();
|
||||
// PIXReportCounter(L"Server time all",(float)(afterall-beforeall));
|
||||
// PIXReportCounter(L"Server ticks",(float)tickcount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue