in reply to Re: Standard way to convert timezone in multithreaded script
in thread Standard way to convert timezone in multithreaded script
Thanks for your suggestion, but I found some time ago that using DateTime for parsing and manipulating timestamps is not very fast. My tests shown that it is tens times slower than combination of split() and POSIX::mktime.
I'm writing my things multithreaded to gain some speed by using several cores of CPU, so returning to DateTime would be serious step back from the performance point of view.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Standard way to convert timezone in multithreaded script
by ikegami (Patriarch) on Nov 23, 2009 at 18:14 UTC | |
by whale2 (Novice) on Nov 23, 2009 at 21:47 UTC | |
|
Re^3: Standard way to convert timezone in multithreaded script
by zentara (Cardinal) on Nov 23, 2009 at 17:41 UTC | |
by BrowserUk (Patriarch) on Nov 23, 2009 at 17:54 UTC | |
by zentara (Cardinal) on Nov 23, 2009 at 18:14 UTC | |
by BrowserUk (Patriarch) on Nov 23, 2009 at 19:43 UTC |