March 27, 2014
1:23 p.m.
2014-03-27 8:29 GMT-03:00 Sven Van Caekenberghe <sven@stfx.eu>:
It is slow(er) in 2 and fast(er) in 3, according to this discussion and my reading of the code. If you see the inverse, than please provide some details.
I can only tell about Pharo 2, that is the one I'm using. But looking at the code in Pharo 3 it works different.
Looking at this with the Time Profiler, I see that DateAndTime>>#asSeconds (used in #<) takes 95% of the time. I am pretty sure we can fix this. I'll make an issue and slice later on.
I spotted this looking at the profiler too. Not in #< but in #=, but both use #asSeconds. Regards! -- Esteban.