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
KyGost
changed the title
What would the performance cost of representing operations be?
What would the performance cost of ambiguating operations be?
Apr 15, 2022
Currently operations in recipes are stored as function pointers. As I understand it this is somewhat unsafe, and more so for comparison.
The reason I chose this was for performance, so that there is no need for a match for each time an operation is actualised.
Is the trade-off worth it?
The text was updated successfully, but these errors were encountered: