Open mbowcut2 opened 4 months ago
This branch implements a custom dictionary class using __slots__ to improve memory usage.
__slots__
This branch implements a custom dictionary class using
__slots__
to improve memory usage.