[issue7607] stringlib fastsearch could be improved on 64-bit builds

Florent Xicluna report at bugs.python.org
Sun Jan 3 14:47:37 CET 2010


Florent Xicluna <laxyf at yahoo.fr> added the comment:

Another place where this optimization will apply:
 "Objects/unicodeobject.c" for the bloom filters:

#define BLOOM(mask, ch) ((mask & (1 << ((ch) & 0x1F))))

----------

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


More information about the Python-bugs-list mailing list