[New-bugs-announce] [issue30093] Unicode eq operation with hash.

Dong-hee Na report at bugs.python.org
Tue Apr 18 09:11:45 EDT 2017


New submission from Dong-hee Na:

If the Unicode compare operation is done by comparing the hashes, it is likely to be efficient because memory comparison is not necessary.

If this idea is approved I could upload my PR right now. :-)
(I already checked local unit test is passed.)

----------
components: Unicode
messages: 291833
nosy: corona10, ezio.melotti, haypo
priority: normal
severity: normal
status: open
title: Unicode eq operation with hash.
type: performance
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30093>
_______________________________________


More information about the New-bugs-announce mailing list