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
Right now one of the biggest sources of allocations in synth_client is that DnaSequence allocates a new Vec sequence for every window. If we could just return a reference to the owned sequence that would be ideal. See #19.
The text was updated successfully, but these errors were encountered:
Right now one of the biggest sources of allocations in synth_client is that DnaSequence allocates a new Vec sequence for every window. If we could just return a reference to the owned sequence that would be ideal. See #19.
The text was updated successfully, but these errors were encountered: