STINNER Victor <victor.stin...@haypocalc.com> added the comment:

I see two unrelated parts in your patch:
 - change dictionary structure in memory
 - change many constants linked to optimization: PyDICT_MAXFREELIST: 80->40, 
2/3->5/8, etc.

You may open a new issue for the second part, except if I am wrong and you need 
to change constants for the first part?

(I don't understand why you changed constants and how you chose new values.)

----------
nosy: +haypo

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

Reply via email to