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

Reduce binary size by reducing templates #50

Open
dimztimz opened this issue Feb 5, 2020 · 0 comments
Open

Reduce binary size by reducing templates #50

dimztimz opened this issue Feb 5, 2020 · 0 comments

Comments

@dimztimz
Copy link
Contributor

dimztimz commented Feb 5, 2020

See the git branch less-templates for initial work.

Some more work can be done to avoid branches (if in C++). The compile-time branches became run-time branches in that code and that lowers the performance for a few percent. Some of those ifs are invariant in those hot loops and can be moved to higher levels.

@PanderMusubi PanderMusubi added the enhancement New feature or request label Feb 6, 2020
@dimztimz dimztimz removed the enhancement New feature or request label Feb 6, 2020
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

2 participants