ulid / javascript

Universally Unique Lexicographically Sortable Identifier
MIT License
3.04k stars 107 forks source link

Rust language version #8

Closed mmacedoeu closed 7 years ago

mmacedoeu commented 8 years ago

Made a rust-lang.org version

https://github.com/mmacedoeu/rulid.rs

alizain commented 7 years ago

Thank you! @mmacedoeu have you implemented the binary format?

mmacedoeu commented 7 years ago

Not atm

mmacedoeu commented 7 years ago

rulid now features binary as byte array and numeric as a composite u64 integer tuple, so If you want high performance indexing based on ulid you can store on databases as a composite key

alizain commented 7 years ago

Closing this issue, sorry for the delayed response. I've also updated the docs to mention the binary implementation!