This #article on #java got me doing something about some #improvements to a #integer #library I wrote last year, perhaps will check it out tomorrow: https://shipilev.net/jvm/anatomy-quarks/.. #deadsocial uses the integer library for doing all processing of IDs as fast as possible. A small change in the algorithm should be able to make the `equals()` quality check of objects faster by reducing #ifstatements ... Will look to check tomorrow.