You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That’s nice usage of SIMD when you only have to interchange one string representation of a time stamp. Comparison is done with strptime() which is a very powerful routine but it’s not known for it’s speed. Time::Moment uses custom routines for parsing that’s much faster than using strptime().
claims a 6x speed increase:
https://lemire.me/blog/2023/07/01/parsing-time-stamps-faster-with-simd-instructions/
The text was updated successfully, but these errors were encountered: