ai / nanoid

A tiny (124 bytes), secure, URL-friendly, unique string ID generator for JavaScript
https://zelark.github.io/nano-id-cc/
MIT License
24.33k stars 788 forks source link

Update README.md #409

Closed codeandcats closed 1 year ago

codeandcats commented 1 year ago

Minor correction in differences between Nano ID & UUID v4.

It used to list three differences which included Nano ID being 2x faster than UUID v4, but this difference was removed after a comprehensive benchmark was added showing UUID to be faster now.

Nano ID still generates millions of ids per second so I don't see it being slower now being particularly note-worthy, especially given the benchmark comparison is displayed below.