Greg
Results
42
comments of
Greg
What is in place is good enough just need to make sure the events don't get to big or complicated.
Branchless `readSmart()`. Prob not worth using but I spent the time to make it so I've got to put it somewhere. ```kotlin fun readSmart(): Int { val peek = buffer[position++].toInt()...