in reply to The indisputable speed of tr///
Just one more question,
In my experience, I/O bottlenecks or pathological algorithms are usually the culprits when apps become too slow.
That said, tr/// is certainly the right way to do it. Teardown time alone on that hash is probably longer than tr/// takes - not to mention all the memory management and copying involved in the split.
The operation is only done once, though, and 300 times nothing can still be pretty small.
After Compline,
Zaxo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: The indisputable speed of tr///
by radiantmatrix (Parson) on Jun 26, 2006 at 20:46 UTC | |
by Jenda (Abbot) on Jun 26, 2006 at 23:08 UTC | |
by radiantmatrix (Parson) on Jun 27, 2006 at 14:32 UTC | |
by ikegami (Patriarch) on Jun 27, 2006 at 16:59 UTC | |
by runrig (Abbot) on Jun 27, 2006 at 17:27 UTC | |
by radiantmatrix (Parson) on Jun 28, 2006 at 14:04 UTC | |
by Jenda (Abbot) on Jun 27, 2006 at 17:30 UTC | |
by Hue-Bond (Priest) on Jun 27, 2006 at 18:07 UTC | |
by duff (Parson) on Jun 27, 2006 at 18:32 UTC |