SQLLite

masaykh

Prince
Joined
Jan 16, 2012
Messages
446
As C2C have very very heave memory usage will it be better to use SQLLite for data storage.

Like Civilopedia and all Turn data that game process every turn.
For performance data can be dynamically accessed then needed.
And only needed information will be in memory.

So no more MAF and better performance.

What do you think?

http://code.google.com/p/apsw/
http://www.pysqlite.org/
 
As C2C have very very heave memory usage will it be better to use SQLLite for data storage.

Like Civilopedia and all Turn data that game process every turn.
For performance data can be dynamically accessed then needed.
And only needed information will be in memory.

So no more MAF and better performance.

What do you think?

http://code.google.com/p/apsw/
http://www.pysqlite.org/
It would be a massive undertaking to change the data storage to such a database.
Besides it would not change the major memory hog, which is the graphics engine and we can't alter that one.
 
Back
Top Bottom