Skip to content

Try to avoid allocations in translatedSection/translatedName

Waqar Ahmed requested to merge work/less-allocs into master

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).

Merge request reports