Brooooooklyn/uuid

Add comparison to @lukeed/uuid

Closed this issue · 1 comments

Hi,

It's great to see Node libraries push for better performance, especially with exciting new architectures like mixing Rust and JS implementations.

Since the goal of this project is to maximize performance, it could be helpful to add benchmarking/comparison against https://github.com/lukeed/uuid which I think is the current lead for the fastest implementation of UUID.V4 for Node & browser. I did some benchmarks in my app and both libraries were neck-to-neck (specifically, using @lukeed/uuid/secure) so it might be a fair comparison.

Closed in 710d21b