saxbophone / basest-python

Arbitrary base binary-to-text encoder (any base to any base), in Python.
https://pypi.org/project/basest/
Mozilla Public License 2.0
6 stars 0 forks source link

Change best_ratio() to accept multiple input bases #23

Closed saxbophone closed 6 years ago

saxbophone commented 6 years ago

This is a bit of a niche need, but not inconceivable (this would allow someone to find which is the most efficient encoding combination of several different bases).

saxbophone commented 6 years ago

Actually, I've decided this isn't such a good idea. The user will just have to iterate themself if they want to do this.