Landry Norris
06/21/2022, 5:40 PMif(lambda != null) lambda()
or will I get better performance setting lambda = {}
by default and always calling it? I get that both should be fast, but I’d like to minimize overhead in a hot spot. This code is for both K/JVM and K/Native.Klitos Kyriacou
06/22/2022, 9:22 AMLandry Norris
06/22/2022, 2:29 PMSam Stone
08/15/2022, 4:59 AM