Owlready
Search
everywhere
only in this topic
Advanced Search
Replace __dict__ in individual.py with __slots__
Classic
List
Threaded
♦
♦
Locked
1 message
keteage
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Replace __dict__ in individual.py with __slots__
Hi Jiba,
self.__dict__ in individual.py is consuming lots and lots of memory when processing millions of individuals.
I am proposing to replace __dict__ with __slots__ allowing the module to be more memory efficient.
Free forum by Nabble
Edit this page