Comment 14 for bug 624310

Revision history for this message
Seif Lotfy (seif) wrote :

Based on what I posted above I noticed that in our datamodel.py Event and Subject both inherit from list which could cause the excessive memory usage. I think we should look into re-implementing them as objects with all the necessary additions like __getitem__ and __setitem__ to avoid breaking the API/ABI