Duane Malcolm
02/15/2023, 8:16 PMLandry Norris
02/15/2023, 9:36 PMDuane Malcolm
02/15/2023, 10:05 PMlazy
assignments to variables. I could try removing the lazy
assignments.Klitos Kyriacou
02/17/2023, 12:38 PMDuane Malcolm
02/17/2023, 7:24 PMlazy
assignment is compared to a having a constant value. I'm guessing lazy
will add some extra checks, hence extra cost, when I get the value.Landry Norris
02/17/2023, 7:28 PMDuane Malcolm
02/17/2023, 7:32 PMLandry Norris
02/17/2023, 7:36 PMDuane Malcolm
02/17/2023, 7:43 PMFloatArray
. It would be doing this lazy
null check 9-10M times - I'm not sure how expensive this is.Landry Norris
02/17/2023, 7:44 PMDuane Malcolm
02/17/2023, 7:45 PMLandry Norris
02/17/2023, 7:46 PMDuane Malcolm
02/17/2023, 7:48 PMLandry Norris
02/17/2023, 7:54 PMDuane Malcolm
02/17/2023, 7:54 PMfloatArrayOf
call left in the code that generates streamlines so I might remove this too.