Skip to content
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

Replace dateutil package with ciso8601 #56

Open
seedofjoy opened this issue Jan 31, 2020 · 1 comment
Open

Replace dateutil package with ciso8601 #56

seedofjoy opened this issue Jan 31, 2020 · 1 comment

Comments

@seedofjoy
Copy link
Contributor

Parsing datetime by dateutil is pretty slow. On my machine parsing 100 datetime's = 16ms, which its quite long.

ciso8601 is written as C module and 600x more faster than dateutil (https://github.com/closeio/ciso8601#benchmark)

What about replace dateutil with ciso8601? I can make MR

@anti-social
Copy link
Owner

anti-social commented Feb 3, 2020

You're welcome. My only opinion it should be an optional dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants