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
In order for us to refactor some current functionality (such as #7 or #55), it would be good to get an idea of how first the current code is! Otherwise we are shooting in the dark as to whether an optimisation is in fact an optimisation...
Benchmarks should cover:
memory usage
runtime efficiency
We should also do a pass to check whether we can improve strictness and whether there are any fields that can be UNPACKED (hint: there are)
The text was updated successfully, but these errors were encountered:
In order for us to refactor some current functionality (such as #7 or #55), it would be good to get an idea of how first the current code is! Otherwise we are shooting in the dark as to whether an optimisation is in fact an optimisation...
Benchmarks should cover:
We should also do a pass to check whether we can improve strictness and whether there are any fields that can be
UNPACKED
(hint: there are)The text was updated successfully, but these errors were encountered: