kgaughan / dbkit

Taking some of the pain out of Python's DB-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make DictFactory and AttrDict a bit more memory-frugal.

kgaughan opened this issue · comments

Ideally, each AttrDict generated by a DictFactory would do key sharing. Currently, they don't owing to me wanting to keep the code simple. I'd need to run some tests to see if the benefits of doing so make sense.