mrdimidium / nanoid

A tiny, secure, URL-friendly, unique string ID generator for Rust
https://docs.rs/nanoid
MIT License
545 stars 29 forks source link

feat: Use specialized implementation for alphabets with size 2^n #35

Open tmccombs opened 1 year ago

tmccombs commented 1 year ago

If the alphabet has a size that is a power of 2, the implementation can be a little faster.