|
-
August 4th, 2004, 04:10 AM
#1
Memory...
Hi all,
I was testing out my application and realised that it uses around 6.0 MB of memory. Is this not a lot???
I could reduce the memory required, but this will only reduce the speed of the app.
e.g. my parser allocates a big chunk of memory, depending on file size, does all the parsing and then deletes the allocated memory.
To improve this, I can allocate memory to parse line by line, deleting each after completion, but this reduces speed!
Its a tough compromise.
What is the recommendation?
Thank you
The most knowledgeable people are those who know that they know nothing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|