Add GCC16 reflection APIs and CI coverage#48
Draft
Katze719 wants to merge 5 commits into
Draft
Conversation
…hmarks Add BM_ComparePoolWorkload, which builds each pool once and sweeps the per-task work (tiny/medium/heavy/imbalanced) to show how the best pool depends on workload weight rather than always favouring LightweightPool. Add callable_std_benchmarks, a C++17-compatible micro-benchmark that isolates the build+invoke cost of detail::move_callable (std::function vs std::move_only_function) and detail::SboCallable, so it can be compiled under C++17/20/23/26 to quantify the std::function replacement and SBO.
Add generate_readme_graphs.py (dependency-free SVG charts for the README), generate_benchmark_report.py and run_benchmark_graphs.sh (standalone HTML report with inline charts and auto-collected machine info), plus the generated SVGs under docs/benchmarks/ covering pool throughput, pool/workload comparisons, post vs submit, reflection queries, and callable storage.
Embed the generated charts in the README with a reproducibility block (CPU, OS, compiler, exact build flags) and add a "how big is a task" section explaining lambda capture sizes and the inline-buffer thresholds of std::function, std::move_only_function, and SboCallable. Document the new generators and cross-standard build steps in benchmarks/README.md.
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.
No description provided.