mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
Always appending to the end and consuming from the front cause the capacity of the slice regularly running out, resulting in new allocation. With this change, we increment index when consuming events and append to the end, and when we reset, we move index to 0 and empty slice. This way, we always reuse the allocated memory. |
||
---|---|---|
.. | ||
sointu-compile | ||
sointu-play | ||
sointu-track | ||
sointu-vsti | ||
main_synther_native.go | ||
main_synther_not_native.go |