Re: dicts,instances,containers, slotted instances, et cetera.

2009-01-28 Thread ocschwar
On Jan 28, 5:21 pm, "Diez B. Roggisch" wrote: > ocsch...@gmail.com schrieb: > > > > > Hi, all. > > > I have an application that that creates, manipulates, and finally > > archives on disk 10^6 instances of an object that in CS/DB terms is > > best described as a relation. > > > It has 8 members, a

Re: dicts,instances,containers, slotted instances, et cetera.

2009-01-28 Thread ocschwar
On Jan 28, 4:50 pm, Aaron Brady wrote: > On Jan 28, 2:38 pm, ocsch...@gmail.com wrote: > > Hello, quoting myself from another thread today: > > There is the 'shelve' module.  You could create a shelf that tells you > the filename of the 5 other ones.  A million keys should be no > problem, I guess

dicts,instances,containers, slotted instances, et cetera.

2009-01-28 Thread ocschwar
Hi, all. I have an application that that creates, manipulates, and finally archives on disk 10^6 instances of an object that in CS/DB terms is best described as a relation. It has 8 members, all of them common Python datatypes. 6 of these are set once and then not modified. 2 are modified around