Skip to content

Fix Invariant enums

Marc Konig requested to merge invariant-enums-bench into master

Reduce size of enums by boxing Strings. This change removes the "capacity" part of a string and as such makes it immutable and take up less space.

Edited by Marc Konig

Merge request reports