sowbug / groove

A digital audio workstation (DAW) engine.
Other
15 stars 0 forks source link

Look into actor frameworks #116

Open sowbug opened 1 year ago

sowbug commented 1 year ago

There are a bunch out there.

The attraction is that I'm already using lots of messages, thanks to Iced, and using an actor framework might give me some concurrent processing for free.

I was initially concerned about messages vs buffers, but (1) that might be premature optimization, and (2) I don't know that messaging completely rules out some use of shared memory.