Amir Khawaja
Amir Khawaja
Hi Carlos. The KSUID algorithm only lexically orders by the timestamp component. This means that if you generate one ID per second, the entire body of IDs will always be...
> In the ls outputs I sent earlier you can see that they are not sorted even by the second. Check the output of ls -l: the files created Oct...
Hi @kosprov. Thank you for bringing this to my attention. I'll take a deeper look at this. Cheers!
Hi @kosprov. What is the epoch time set to in your Go implementation? Something to keep in mind is that there is a subtract operation performed on the generated timestamp...
Thank you for the solution references. While interoperability with other implementations was not an original goal, I can see its value. As time permits, I'll work towards making this library...
Hi @kosprov. I've published a version of this library to Maven Central that should generate identifiers that are portable. Since this is a breaking change, I am incrementing the version...