erlang-uuid
erlang-uuid copied to clipboard
comparison functions
I think this package needs comparison functions something like compare(uuid1,uuid2)->boolean() or larger_than(uuid1,uuid2)->boolean() something that can be given to utilities like lists:sort
I think it can be useful specifically for time based uuids.
It could very well be useful!
Do you have any specific use cases in mind? This would help design and implementation. Especially real-world use cases are of interest. (I.e. have you stumbled upon any place when you have needed this?)