Was just catching up on the 1.3 announcement. I’m very excited about the unsigned ints stuff. I do a bit of protocol work. But I’m curious how they implement that on top of the JVM which does NOT have unsigned ints. Does anyone know? Are there performance implications?
d
Dominaezzz
10/30/2018, 9:00 PM
There are no performance implications. Except for division but even that is minimal.