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
Throughout the code, classes often have functions to return constants. e.g. field_subset.generator(), field_subset.shift()
Does having these functions return FieldT, or FieldT& make any performance difference? If so, does it vary with field size? If not, then should we just default to FieldT?
The text was updated successfully, but these errors were encountered:
Throughout the code, classes often have functions to return constants. e.g.
field_subset.generator(), field_subset.shift()
Does having these functions return FieldT, or FieldT& make any performance difference? If so, does it vary with field size? If not, then should we just default to FieldT?
The text was updated successfully, but these errors were encountered: