[PYTHON DB-SIG] DB-Modules returning lists of dicts

aaron watters aaron_watters@msn.com
Thu, 9 Jan 97 22:10:55 UT


On Thu, 9 Jan 1997, Harri Pasanen wrote:

> I think the space overhead criteria alone is sufficiently strong to do
> without a dictionary for each row.

Just to be fair, I don't think the space thing is all that big a deal.
Remember that the names can be shared, so we're talking
about a few extra PyObject pointers (4x, but hey they're teeny)
per tuple.   -- Aaron Watters


=================
DB-SIG  - SIG on Tabular Databases in Python

send messages to: db-sig@python.org
administrivia to: db-sig-request@python.org
=================