[New-bugs-announce] [issue42081] Consider fast_double_parser for faster str->double

Antoine Pitrou report at bugs.python.org
Mon Oct 19 12:56:46 EDT 2020


New submission from Antoine Pitrou <pitrou at free.fr>:

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 implementation is in C++ but it's really decorated C.  It also seems simple enough that it can be reimplemented independently.

https://github.com/lemire/fast_double_parser/

----------
components: Interpreter Core
messages: 378960
nosy: mark.dickinson, pitrou, tim.peters
priority: low
severity: normal
status: open
title: Consider fast_double_parser for faster str->double
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42081>
_______________________________________


More information about the New-bugs-announce mailing list