RFile
| Tue, 2007-09-18 06:59 | |
|
Hi Initially i used the following code to read from a file to memory. file *fp; But later i used RFile as follows RFile fp; I found a great improvement in the performance. I could get a performance improvement of allmost five times. Can anybody explain me why? Thanks in advance. |
|






Forum posts: 2006
file is a wrapper on top of of RFile so RFile will always be faster. I can't explain the 5x improvement however, that seem a lot to me.
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 8
Thanks man