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

"A is x Times Less Than B" is a wrong express #389

Closed g39088902 closed 1 year ago

g39088902 commented 1 year ago

As the title, If Nano ID code is 4 times less than uuid/v4 package(483 bytes), it means that Nano ID has (483-(4*483))=-1449 bytes code.

ai commented 1 year ago

Thanks. I changed to 4 times smaller 2926cc2