Hi to all,
I have a severe problem with memory when executing my application. At start it merely uses about 14.000 K without doing anything. Then, when the main code starts in a seperate thread, it spikes up to 700.000 K (observed in TaskManager). Program in question is an implementation of Run-Length Encoding compression technique (part of my diploma paper). The code itself is rather complex but it works as intended (besides the huge memory leak). The memory leak occured while I was testing it on a 4 MB file so if you guys and gals know of any general advice for working around memory leaks in general in vb.net please share it here... Thx in advance...
P.S.: If needed I can post parts of my code here (I think at least) just say the word...