Posts: 218
Threads: 33
Joined: Jan 2010
Reputation:
0
Hello!
I need your help guys!
I'm working on optimizing my code, and I want to know what is the fastest and best INI files reader/writer, please if you know any advice to help me by posting in this topic...
Thank you in advance...
Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
DJson I think.
Search for it.
Posts: 218
Threads: 33
Joined: Jan 2010
Reputation:
0
Are you sure DJson is a INI files reader/writer!?
Posts: 181
Threads: 10
Joined: Nov 2008
Reputation:
0
Second method isn't very efficient either.
It formats for every variable while the above code does the same for multiple variables.
Even though, you will need a big string size if you use the above listed sample, or do it in parts anyways.
If you still want to use that second method by Joe Staff, use append to write it.
Posts: 218
Threads: 33
Joined: Jan 2010
Reputation:
0
Which one is faster, second or DJson?
And also what do you mean "use append to write it" maij...
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
I was implying for him to use the first method, and you don't need to use append for the second.
Posts: 181
Threads: 10
Joined: Nov 2008
Reputation:
0
I was referring to joe's 2 listed methods. My bad for making it wuzzy.