Hi all,

I've been wondering whether the recipe that Raymond Hettinger posted
would also solve PyPy's performance problems with making huge
dictionaries:

http://code.activestate.com/recipes/578375/

The proposed layout makes the pointer-storing part of the dictionary
behave much more like a list. In particular, the write pattern is much
more regular, so the card-marking techniques we use for lists should be
applicable.

Any thoughts?

Cheers,

Carl Friedrich
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to