mattprecious / protogram

Quick and easy proto deserialization
https://mattprecious.github.io/protogram/
Apache License 2.0
113 stars 2 forks source link

Use base64 in URL instead of hex #34

Closed JakeWharton closed 4 years ago

JakeWharton commented 4 years ago

Hex sucks and is huge. Base64 is not so bad. Maybe we can even compress it more with more chars.

JakeWharton commented 4 years ago

Decided to avoid this until someone complains