Any plans to implement 'String randomUUID()' without creating intermediate UUID object?
doom369 opened this issue Β· 5 comments
doom369 commented
First of all - thanks for this library. I always had in my head idea to do the same, but now... you did it π.
Do you have any plans for implementing
String randomUUID()
instead of JDK UUID randomUUID()
that will not allocate additional UUID object?
jchambers commented
Hadn't really thought about it, but sure! Why not?
l15k4 commented
@jchambers hey, would you please publish it to sonatype or to some publicly available repo?
jchambers commented
hey, would you please publish it to sonatype or to some publicly available repo?
I'm traveling right now, and so don't have access to my signing keys. I'll publish as soon as I'm back at home this weekend.
jchambers commented