buildfoundation / ketolang

Future of general purpose Сonfiguration languages. Side-effect-less dialect of Kotlin.
Apache License 2.0
81 stars 1 forks source link

Faster impl for 1,2,3 args for memoized functions #29

Closed artem-zinnatullin closed 2 years ago

artem-zinnatullin commented 2 years ago

This way we save allocation of ArrayList and its backing array (JVM specific-ish) for common cases of 1,2,3 args functions.