[Python-Dev] A new dictionary implementation (original) (raw)
Benjamin Peterson benjamin at python.org
Sun Jan 29 15:56:11 CET 2012
- Previous message: [Python-Dev] A new dictionary implementation
- Next message: [Python-Dev] A new dictionary implementation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2012/1/29 Mark Shannon <mark at hotpy.org>:
Hi,
Now that issue 13703 has been largely settled, I want to propose my new dictionary implementation again. It is a little more polished than before.
If you're serious about changing the dictionary implementation, I think you should write a PEP. It should explain the new dicts advantages (and disadvantages?) and give comprehensive benchmark numbers. Something along the lines of http://www.python.org/dev/peps/pep-3128/ I should think.
-- Regards, Benjamin
- Previous message: [Python-Dev] A new dictionary implementation
- Next message: [Python-Dev] A new dictionary implementation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]