[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: #3682: speed up string_to_float by checking whether the string starts with a

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Thu Feb 17 07:57:20 EST 2022



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
1ff02436 by Carl Friedrich Bolz-Tereick at 2022-02-17T13:45:38+01:00
#3682: speed up string_to_float by checking whether the string starts with a
space before string spaces and by only calling lower if parsing as a regular
numbers fails

- - - - -
398b750c by Carl Friedrich Bolz-Tereick at 2022-02-17T13:57:08+01:00
merge default

--HG--
branch : py3.7

- - - - -


1 changed file:

- rpython/rlib/test/test_rfloat.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f69ba906897d082cb5e4e4e15f17798ab74ab7f3...398b750c08326884f41bb4394fd0097acd2ecc4c

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f69ba906897d082cb5e4e4e15f17798ab74ab7f3...398b750c08326884f41bb4394fd0097acd2ecc4c
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20220217/db85f274/attachment.html>


More information about the pypy-commit mailing list