tanelpoder.com/posts/xstack...
tanelpoder.com/posts/xstack...
🎥 www.youtube.com/watch?v=u7-S...
#Java #Performance #Profiling
🎥 www.youtube.com/watch?v=u7-S...
#Java #Performance #Profiling
www.youtube.com/watch?v=PixP...
www.youtube.com/watch?v=PixP...
github.com/SeaOfNodes/S...
`val fact = { int x -> x <= 1 ? 1 : x*fact(x-1); }; return fact(arg);`
github.com/SeaOfNodes/S...
`val fact = { int x -> x <= 1 ? 1 : x*fact(x-1); }; return fact(arg);`