What I like to do in this situation is queue the actual write to the file in a separate thread, so that the updates to the UI are pretty fast. Then on the background thread do bulk-writes to the file instead of one at a time. File access is much slower than in-memory access, but once you have a handle open for a file, you should be able to write lots of data to it quickly.
Not sure what you're programming this in though.
Great job, and good luck!



LinkBack URL
About LinkBacks

Reply With Quote




Bookmarks