Lol this is quite an interesting take on JVM perfo...
# advent-of-code
b
Lol this is quite an interesting take on JVM performance (#0 input is orders of magnitude higher lower than #1). Did JIT kicked in for such significantly better result with MUCH higher input size?
Copy code
SUCCESS [Day3Part2 #0] 0s 11ms 224275us
SUCCESS [Day3Part2 #1] 0s 1ms 315408us
👌 1