You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: