Maciej Fijalkowski added the comment:

I find numbers really hard to believe. It would mean that over 40% of django 
templates is string hashing (assuming 2x speedup) which really sounds 
unbelievable.

In fact in PyPy I never found string hashing to be significant while I would 
expect PyPy to have string hashing more of a bottleneck, since it's almost 
never optimized away really.

What made you think string hashing is a good target for optimizations?

----------
nosy: +fijall

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25106>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to