UUID version 7 implementation sorting incorrect? · Issue #69 · cowtowncoder/java-uuid-generator

I tried running the following code to ensure that the ordering of the UUID v7 is correct: val test = (0..20).map { Generators.timeBasedEpochGenerator().generate() } val sorted = test.sorted() test....