closeio / ciso8601

Fast ISO8601 date time parser for Python written in C
MIT License
565 stars 45 forks source link

Add `datetime.datetime.fromisoformat` to benchmarking #125

Closed movermeyer closed 1 year ago

movermeyer commented 2 years ago

As of Python 3.11, datetime.datetime.fromisoformat can parse many (all?) of the ISO 8601 timestamps that ciso8601 can. Therefore it deserves a spot in the benchmarks.