Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add version of best_ratio() that searches based on range of output chunk sizes #52

Open
saxbophone opened this issue Mar 14, 2020 · 0 comments

Comments

@saxbophone
Copy link
Owner

Currently, basest.core.best_ratio() only allows a range of input chunk sizes to be given. This is inconvenient if the constraints are on the actual size of output chunk (say we want to know how many base-N symbols we can fit in 1KiB of space for instance).

Thus, an optional feature should be added allowing the output chunk size range to be specified instead.

It might also be possible to supply constraints for both input and output chunk sizes, but not sure how feasible this is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant