nlepage / go-cuid2

Go implementation of cuid2. Next generation guids. Secure, collision-resistant ids optimized for horizontal scaling and performance.
MIT License
5 stars 0 forks source link

Similarities with paralleldrive/cuid2 #1

Open adoublef opened 1 year ago

adoublef commented 1 year ago

I am looking around to what opitons there are other than uuids within Go and stumbled across this package. I just wanted to know is this pretty much a 1:1 with the JS package

nlepage commented 1 year ago

Yes that's what it is. There's an issue with some discussions about this Go port : https://github.com/paralleldrive/cuid2/issues/33 Looks like someone else gave a shot at this recently though :sweat_smile: : https://github.com/paralleldrive/cuid2/issues/52 (I haven't looked at it yet)