Hi everyone! In my pet project in Java I have A LO...
# announcements
m
Hi everyone! In my pet project in Java I have A LOT of math with float primitives (some physics). Can anybody tell, if I move to Kotlin, should I expect raising GC overhead due to everything being an object and an immense amount of Floats and Integers created on heap, or all those floats and ints will be just primitives for JVM and will be created on stack?