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
I'm not sure if you are considering this slow, but to me it was totally unexpected that something like this would take up a large amount of time in my code (after benchmarking almost 50% of my time goes to formatting the date).
When using Calendar_Precise it's even a bit slower (about 0,5 microseconds added)
Am I doing something wrong here? Or is this something that is just slow?
The text was updated successfully, but these errors were encountered:
Unfortunately, at the moment, we de facto don't have a maintainer for calendar. This means it is likely that until such a person steps up, you may be on your own on this. :(
I have some code that needs to output a large number of dates to a clean format, but I noticed that this was quite slow.
With this benchmark:
I get this output:
I'm not sure if you are considering this slow, but to me it was totally unexpected that something like this would take up a large amount of time in my code (after benchmarking almost 50% of my time goes to formatting the date).
When using Calendar_Precise it's even a bit slower (about 0,5 microseconds added)
Am I doing something wrong here? Or is this something that is just slow?
The text was updated successfully, but these errors were encountered: