From c26a5932282b8757c3b60d20b1636971743d0235 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 5 Oct 2012 08:33:25 +0000 Subject: [PATCH] AnvilStats: made FastNBT faster by tweaking the pre-allocation. Although the file is shared between AnvilStats and MCServer, MCServer doesn't use this tweak (it uses too much memory) git-svn-id: http://mc-server.googlecode.com/svn/trunk@931 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- AnvilStats/AnvilStats.vcproj | 24 ++++++++++++++++++++++++ source/WorldStorage/FastNBT.cpp | 8 +++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/AnvilStats/AnvilStats.vcproj b/AnvilStats/AnvilStats.vcproj index 64fc47f85..168fba012 100644 --- a/AnvilStats/AnvilStats.vcproj +++ b/AnvilStats/AnvilStats.vcproj @@ -356,6 +356,30 @@ + + + + + + + + +