New submission from Gregory P. Smith <g...@krypto.org>:

See https://lemire.me/blog/2020/03/10/fast-float-parsing-in-practice/ for 
inspiration and a reference (possibly a library to use, but if not the 
techniques still apply).

Primarily usable when creating the float objects from the string data as is 
common in python code and particularly common in JSON serialized data.

----------
components: Interpreter Core
messages: 373730
nosy: gregory.p.smith
priority: normal
severity: normal
stage: needs patch
status: open
title: micro-optimization: increase our float parsing speed by Nx
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41310>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to