Try to avoid allocations in translatedSection/translatedName
When initializing, we sort Definitions by the mentioned properties which leads to a lot of allocations.
By reducing the allocations, its 3ms faster than before (down from 10ms to 7ms).
When initializing, we sort Definitions by the mentioned properties which leads to a lot of allocations.
By reducing the allocations, its 3ms faster than before (down from 10ms to 7ms).