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.22k stars 790 forks source link

chore(readme): Add python fastnanoid #478

Closed oliverlambson closed 2 months ago

oliverlambson commented 2 months ago

The original python implementation (py-nanoid) is unmaintained by the author and no-one else is able to merge contributions. (see: 2 year old PRs going un-acknowledged)

A new nanoid python library has been written in Rust (fastnanoid) and is 2.7x faster than the native python implementation.

ai commented 2 months ago

Thanks!