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.
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.