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 the important question :) I'll have to write a benchmark for it! Someone on FPChat mentioned that parsing UTCTime out of a database query was taking 20% of the runtime of his app, which got me on this chase.
cf byteverse/chronos#18 (comment)
Currently
mysql-simple
usesparseTime
to parse the time. Using a custom attoparsec parser would make things faster and more memory efficient.The text was updated successfully, but these errors were encountered: