in reply to Re: [RFC] Stringifying a thread
in thread [RFC] Stringifying a thread
As to performance, my tests show that overloading only costs a few percent. However, generating a 'default' string from an object (e.g. 'threads=SCALAR(0xABCDABCD)') is HUGELY expensive. Therefore, I found that for ops like "... $thr ..." and $hash{$thr} there is a greater than 500% speed improvement overall with ""-overloading.
However, while the performance increase is really nice, I like the usabily aspects more.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: [RFC] Stringifying a thread
by BrowserUk (Patriarch) on Oct 06, 2006 at 15:02 UTC | |
Re^3: [RFC] Stringifying a thread
by ysth (Canon) on Oct 06, 2006 at 17:24 UTC | |
by jdhedden (Deacon) on Oct 06, 2006 at 18:31 UTC |