[Question] performance comparison with rulid.rs #42
Unanswered
ngortheone
asked this question in
Q&A
Replies: 2 comments
-
The other feature-complete implementation of ulid that I know about is rusty_ulid. rulid.rs looks to be more a transcription of the original JavaScript implementation into Rust. If you want to do this research I'd think that testing rusty_ulid would be best. That being said, I don't expect there to be major performance difference between the two libraries. This library is extremely similar to rusty_ulid and vice-versa. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I found the following which may be interesting to you: https://github.com/j5ik2o/ulid-generator-rs#benchmarks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Were there any performance comparisons between this crate and https://github.com/mmacedoeu/rulid.rs?
If no will you be interested in some?
Beta Was this translation helpful? Give feedback.
All reactions