Some questions
#5

Dini or Dudb are cool if you want easy scripting and don't care about the speed of your script (later on once your script reaches ~50k lines that is).

Dini/Dudb have the disadvantage that they close/open files and loop through them with their seperate Dini_Set and udb_UserSet which is way slower than if you properly use pure fwrite. (which those tools also use, but in a less effective way)


EDIT: Look at the dini include file and see what "Dini_Set" does. Instead of opening the file repeatively 10 times you could just fopen(FileName, io_read); it once and then fwrite the values into it.
Reply


Messages In This Thread
Some questions - by MarinacMrcina - 16.05.2012, 12:42
Re: Some questions - by doreto - 16.05.2012, 12:50
Re: Some questions - by MeDaKewlDude - 16.05.2012, 12:52
Re: Some questions - by MarinacMrcina - 16.05.2012, 13:09
AW: Some questions - by EthanR - 16.05.2012, 13:25
Re: Some questions - by MarinacMrcina - 07.06.2012, 21:53
Re: Some questions - by Littlehelper - 07.06.2012, 22:35
Re: Some questions - by MarinacMrcina - 08.06.2012, 05:46

Forum Jump:


Users browsing this thread: 2 Guest(s)