-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Over 13000% slower than BCL and over 54000% slower than NodaTime #14
Comments
"Lightweight" typically refers to size, not perf. If you would like to revise your issue to be less hostile, I'd be happy to look into improving performance. Better yet, a PR would be appreciated. Otherwise, all I'm hearing is "F*$% you, I don't like this" - and really that doesn't motivate me much. |
"Lightweight" typically refers to size and performance (cuz it should be connected). I only showing a big problem about this project
Publishing a library / nuget packege it's not about motivating or demotivating. It's also not about you. It's about this "monster" itself with is horrible slow. I can change name of this issue to better describe problem. This issue should be closed when come close to BCL (now slower than 13000%, just imagine it) |
Closing due to nonconstructive nature of this discussion. |
I checked how long will take timezone convert with BCL
TimeZoneInfo
,NodaTime
andTZConvert
in.Net Core
. Just lookNormally
I thought this is a joke but no. Dont ask me about environment cuz i tested on several machines on Windows 10 x64. Just test yourself
Summary:
BCL
TimeZoneInfo
is over 130x faster thanTZConvert
NodaTime
is over 540x faster thanTZConvert
The text was updated successfully, but these errors were encountered: