Save Batching?

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
nyxling
Posts: 1
Joined: Mon Jun 10, 2013 6:39 pm

Save Batching?

Post by nyxling »

I've seen no mention about how Easy Save 2 performs batching, if it does at all.

We're working on a project with potential for a LOT of data that needs to be saved out, and are concerned about whether Easy Save 2 implements any more of batching in between calls to ES2.Save(), or if it opens and closes the file for every call made.

If such batching isn't implemented yet, might I request that it be implemented? Perhaps via some sort of BatchStart() and BatchEnd() methods?
User avatar
Joel
Moodkie Staff
Posts: 4852
Joined: Wed Nov 07, 2012 10:32 pm

Re: Save Batching?

Post by Joel »

Hi nyxling,

The cost of opening and closing a file stream is extremely negligible, especially in the context of a game engine. However, we will add batching to our To Do list just for those who'd rather have it anyway.

All the best,
Joel
Locked