[issue25106] Hash computation speedup for {buffer, string, unicode}object

Alecsandru Patrascu report at bugs.python.org
Mon Sep 14 11:16:55 CEST 2015


Alecsandru Patrascu added the comment:

Yes, sure it can be implemented in smaller space, as Serhiy and Chris well pointed out. I submitted the 01 version like that just to be clear that I don't want to re-implement a new hash computing value and just unroll the loop in the existing one. I will submit a new version based on this observations.

----------

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


More information about the Python-bugs-list mailing list