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

Convert store_transposed from template parameter to boolean member variable on graph #4916

Open
ChuckHastings opened this issue Feb 5, 2025 · 0 comments

Comments

@ChuckHastings
Copy link
Collaborator

To reduce our compile time and binary size, we should convert the store_transposed template parameter on the graph object to be a boolean member of the graph. The cost of the if statements to check at runtime are minimal.

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