in reply to Re^3: the sands of time(in search of an optimisation)
in thread the sands of time(in search of an optimisation)
There's no point in optimizing CPU usage if the program is not blocking on CPU.
You can just look at the CPU usage, and if it's constant 100% during the program run, you know that it's worth improving.
If file I/O is the bottleneck you can try to experiment with different file systems, RAID, different hard discs etc.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: the sands of time(in search of an optimisation)
by spx2 (Deacon) on Mar 09, 2008 at 17:26 UTC |