D
Daniel Miller
Hi, I wrote a program that basically takes one element at a time from a
large file (>one million lines) and searches some arrays etc. and spits out
data. Problem is that after I start it, it slowly grinds to a crawl as it
runs. I've re-written it several ways so as not to chew up my RAM (windows
says over 700MB free!) Any thoughts on how to approach this problem? Is this
a CPU cache problem?
Thanks
Dan
large file (>one million lines) and searches some arrays etc. and spits out
data. Problem is that after I start it, it slowly grinds to a crawl as it
runs. I've re-written it several ways so as not to chew up my RAM (windows
says over 700MB free!) Any thoughts on how to approach this problem? Is this
a CPU cache problem?
Thanks
Dan