Comment on Show HN: A fast ISO8601 date-time parser for PythonComments−Sir_Cmpwn12yWould it make more sense to modify the core library and send off a patch?−ajanuary12yMost of the speed comes from only parsing a frequently used subset of ISO8601. For a core library, you probably want a more complete implementation.
Comments
Would it make more sense to modify the core library and send off a patch?
Most of the speed comes from only parsing a frequently used subset of ISO8601. For a core library, you probably want a more complete implementation.