SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-121562: optimized hex_from_char (#121563)

Performance improvement to `float.fromhex`: use a lookup table
for computing the hexadecimal value of a character, in place of the
previous switch-case construct. Patch by Bruno Lima.
B
Bruno Lima committed
04130b290b545e64625c07dc8fa2709d17e70880
Parent: f6f4022
Committed by GitHub <noreply@github.com> on 7/14/2024, 9:05:35 AM