L
Lingyun Yang
Hi every one,
I need some help on inserting some strings into a big file.
I know if it's appending, I can use append mode when open the
file, but how about the insert ? Read out to a buffer, insert
to the buffer and then write back? since it's a 10-20M file.
and the inserting is once every 10-20 sec.
In this method, the program would be very slow
Thank you!
I need some help on inserting some strings into a big file.
I know if it's appending, I can use append mode when open the
file, but how about the insert ? Read out to a buffer, insert
to the buffer and then write back? since it's a 10-20M file.
and the inserting is once every 10-20 sec.
In this method, the program would be very slow
Thank you!