Overhaul README with generated benchmark figures#25
Merged
Conversation
d79554a to
210fafd
Compare
Rework the README around a hero Pareto plot (quality vs. solve time), a solved-allocation rendering, and per-problem quality / scaling figures, plus a runnable quickstart, badges, and a feature summary. All figures are produced by scripts/generate_readme_assets.py from a deterministic benchmark run, rendered in light and dark variants with transparent backgrounds and served via <picture> for theme switching. The figures compare greedy, local/evolutionary search, and both exact solvers: supermalloc and Google's minimalloc, given the same time budget (10 s for hero/quality, 3 s for scaling). minimalloc has no PyPI wheel, so the generator installs it on demand before importing the omnimalloc allocators, and caps its scaling series at the sizes it can solve within budget.
210fafd to
d02c2f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rework the README around a hero Pareto plot (quality vs. solve time),
a solved-allocation rendering, and per-problem quality / scaling figures,
plus a runnable quickstart, badges, and a feature summary.
All figures are produced by scripts/generate_readme_assets.py from a for theme switching.
deterministic benchmark run, rendered in light and dark variants with
transparent backgrounds and served via