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
The code is not yet optimized, and some profiling and benchmarking might show where, say, StaticArrays could be used to help speed things up.
In general, exploring the tradeoff between in-place operations/reducing allocations and out-of-place operations using more StaticArrays would be helpful throughout the code.
The text was updated successfully, but these errors were encountered:
The code is not yet optimized, and some profiling and benchmarking might show where, say, StaticArrays could be used to help speed things up.
In general, exploring the tradeoff between in-place operations/reducing allocations and out-of-place operations using more StaticArrays would be helpful throughout the code.
The text was updated successfully, but these errors were encountered: