Xid is a globally unique id generator library. They are small, fast to generate and ordered.
Xid uses the Mongo Object ID algorithm to generate globally unique ids with a (base32) serialization
to ma [...]
Xid is a globally unique id generator library. They are small, fast to generate and ordered.
Xid uses the Mongo Object ID algorithm to generate globally unique ids with a (base32) serialization
to make it shorter when transported as a string: https://docs.mongodb.org/manual/reference/object-id/