Refactor flow
Preallocate as much as possible Clone statements only for functions. This is an improvement under the assumption that functions are created less frequently than if/else/match/for block are used
Edited by AdminXVII
Preallocate as much as possible Clone statements only for functions. This is an improvement under the assumption that functions are created less frequently than if/else/match/for block are used