@barray on Wed Jul 21 08:39:34 UTC 2021 said: &e
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.