[issue42081] Consider fast_double_parser for faster str->double

2020-10-19 Thread Antoine Pitrou
Change by Antoine Pitrou : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> micro-optimization: increase our float parsing speed by Nx ___ Python tracker

[issue42081] Consider fast_double_parser for faster str->double

2020-10-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Oh, thank you. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42081] Consider fast_double_parser for faster str->double

2020-10-19 Thread Eric V. Smith
Eric V. Smith added the comment: This was proposed in issue 41310. -- nosy: +eric.smith ___ Python tracker ___ ___

[issue42081] Consider fast_double_parser for faster str->double

2020-10-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : This is more of a "could be nice" entry if there are any interested core developers. A new algorithm and library was recently published for faster parsing of double numbers. It claims rigorous accuracy and the performance is impressive. The