Fastest Config Read/Write

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Ooblik
Posts: 38
Joined: Thu Apr 10, 2008 1:47 pm

Fastest Config Read/Write

Post by Ooblik »

What is the fastest way to read/write the values from/to a configuration file? I am currently using DAX's code from the 1.50 POC and it's incredibly slow. Something that uses the same configuration file formating would be nice :)
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

I think that the sce function works great, what functions are you using?
Dariusc123456
Posts: 388
Joined: Tue Aug 12, 2008 12:46 am

Post by Dariusc123456 »

There where many posts about reading and writing from the memory stick was very slow. What you need todo is to aligned the data. It will help to make it faster. If that dont work, make sure your memory stick isnt fake.
Ooblik
Posts: 38
Joined: Thu Apr 10, 2008 1:47 pm

Post by Ooblik »

I mean like a complete function to parse and read/write values in it not just the sceIo Stuff...
Post Reply