nimbus-eth1 icon indicating copy to clipboard operation
nimbus-eth1 copied to clipboard

Remove unnecessary ref object

Open mratsim opened this issue 6 years ago • 0 comments

Py2nim created every types as a ref object because in Python everything is a ref.

As we don't need inheritance or reference semantics (a shared context for example) for several nimbus types, for those types heap allocations are an unnecessary cost.

mratsim avatar Apr 12 '18 14:04 mratsim