segmentio / ksuid

K-Sortable Globally Unique IDs
https://segment.com/blog/a-brief-history-of-the-uuid/
MIT License
4.9k stars 173 forks source link

Add links to implementations in other lanugages #49

Closed tasn closed 3 years ago

tasn commented 3 years ago

The Go library is the reference implementation, though not everyone uses Go. That's why it's useful to link to other implementations so people can use KSUID in the language of their choice.

aaryankotharii commented 3 years ago

Hi @tasn, are you aware if there is any KSUID implementation in Swift ?

tasn commented 3 years ago

There is one on github, but with 0 stars, and haven't been developed in a while, so I didn't want to include it.

tasn commented 3 years ago

Btw, @rbranson, would you mind taking a look at this? It's an easy review.

abraithwaite commented 3 years ago

Not sure if @rbranson has merge access to this repo anymore. I don't have strong feelings about this personally, although if we do add it, I don't personally feel that it warrants being before the description about what a KSUID is.

@achille-roussel: what do you feel?

tasn commented 3 years ago

Thanks for the feedback @abraithwaite! I can move it wherever, I just put it next to the "Install" so it's next to the Go one. Though I can also see a strong case for moving it elsewhere. Let me know where and I'll move it.

achille-roussel commented 3 years ago

Agree with @abraithwaite that we should probably put this further down in the README 👍

tasn commented 3 years ago

I moved it all the way to the bottom. Let me know if there's anything else you'd like me to change.

tasn commented 3 years ago

Thanks for reviewing!