Hacker News new | past | comments | ask | show | jobs | submit login

Why not use base-31 and (optionally) more characters? (Or go upper and lower or add a symbol if you had to stay with a fixed-size and base-32 for some reason)



Because Base32 is just bit shifting and then converting the 5 bits into a char, and vice versa. Doing Base31 requires base conversion.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: