[Modeling-users] Request for testers: dynamic creation of classes from a model
Status: Abandoned
Brought to you by:
sbigaret
|
From: Sebastien B. <sbi...@us...> - 2003-09-17 19:46:57
|
Hi all,
As I wrote earlier, I'm working on dynamic creation of modules/classes
from a (py)model, either classic- or new-style (metaclass). That would
be an alternative to code generation that already exists.
Would anyone here have some time experimenting with an alpha release
of these features? If you think it would be of some interest in your
project(s), I think I could finish the first draft for tomorrow evening
and then share it as a patch to the current release, so that it can be
tested in different environments than mine.
And in case this matters, it seems that new-style classes offers the
best for python2.2: I've already experimented a pre-alpha version of
this with a gain of 1.7+ for e.g. addObjectToBothSides(), and a gain
of 1.20+ for fetching real objects (5000 objects fetched in 4.28s,
compared to 5.16s in 0.9pre15) ;)
Thanks,
-- S=E9bastien.
|