I have a id library, I wanted to compress the timestamps so I could have milliseconds sort-ability instead of seconds sort-ability
To do this I defined a new epoch, closer to the present. Then before operations with the id timestamp, I simply add it or subtract it and reduce or compress my timestamp
Its a reduction of 16-bits! Am I the only person who cares that I can shave 16-bits off an id?
I can't be the first person to do this, right?