dynamix icon indicating copy to clipboard operation
dynamix copied to clipboard

Investigate ways to reduce the memory footprint of object_type_info

Open iboB opened this issue 6 years ago • 0 comments

object_type_info in a system with many messages (4096) and mixins (1024) can reach 200 KB per instance. With many mutations the types can reach hundreds which ends-up taking tens of megabytes.

Investigate ways to make the memory footprint smaller.

Also garbage collecting unused type infos.

iboB avatar Jun 28 '18 08:06 iboB