sointu/cmd
5684185+vsariola@users.noreply.github.com 3c85f1155c perf(cmd/sointu-vsti): avoid reallocations of events array
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.
2023-10-21 10:47:26 +03:00
..
sointu-compile sointu-compile: improve the printed help for command line options 2021-04-10 16:12:00 +03:00
sointu-play feat: remove unreleased parameter from Play function 2023-10-19 10:42:20 +03:00
sointu-track refactor(tracker): put all recording data into struct Recording 2023-10-19 23:28:57 +03:00
sointu-vsti perf(cmd/sointu-vsti): avoid reallocations of events array 2023-10-21 10:47:26 +03:00
main_synther_native.go refactor!: rename SynthService to Synther and related types 2023-10-18 17:32:13 +03:00
main_synther_not_native.go refactor!: rename SynthService to Synther and related types 2023-10-18 17:32:13 +03:00