G
Guest
Hi
I have a very big .txt file, about 17MB, and my application need to read it and make changes at any time
I can put it in a variable and my program writes the file again oly in the end of the program, them it won't nedd to rewrite the file everytime it makes a change. But it uses many space in the memory, and could slow down the system
I was thinks about a way just to write the fiel where is has changed, them it won't write all the file again, so it will be much faster..
If someone has any ideas it could be very helpfull
Thanks in advance.
I have a very big .txt file, about 17MB, and my application need to read it and make changes at any time
I can put it in a variable and my program writes the file again oly in the end of the program, them it won't nedd to rewrite the file everytime it makes a change. But it uses many space in the memory, and could slow down the system
I was thinks about a way just to write the fiel where is has changed, them it won't write all the file again, so it will be much faster..
If someone has any ideas it could be very helpfull
Thanks in advance.