04.07.2015, 22:19
Hello!
So... Here's the thing... I'll just say I'm making a map editor. The map editor is saving objects through a for loop:
I'm using Dini as a file system, it saves everything perfectly, also loads... I love Dini, it's awesome... But it loads a map with a bigger amount of objects (around 150) really slow and it makes a huge lag about 5-7 seconds (even more)...
I really want to make this system as fast as possible... Suggestions?
P.S: MySQL is not an option.
So... Here's the thing... I'll just say I'm making a map editor. The map editor is saving objects through a for loop:
pawn Код:
for(new objectid = 0; objectid < MAX_OBJECTS; objectid++)
I really want to make this system as fast as possible... Suggestions?
P.S: MySQL is not an option.