|
|
|
|
|
by evmar
4397 days ago
|
|
The post says: "For large object structures with thousands of date time objects this can easily add up." At 0.1ms per parse, that's 100ms per thousand dates, within the range of noticeable. (Their profiler screenshot has it taking 589ms.) |
|
Even the standard PHP string parser does 0.017ms on my 3 year old netbook.
Seems like this solves a non-existing issue.