1. There are some principle limits to take into account: Channel operations involve task switches - especially on unbuffered channels. How expensive these are depends on the scheduler, but basically they are expensive…
Hello, I'm the one who has implemented channels for V, so I'll try to answer these questions: 1. "Heavy" is a vague term and I think that it is even used polemically here. Every channel implementation needs methods to…
1. There are some principle limits to take into account: Channel operations involve task switches - especially on unbuffered channels. How expensive these are depends on the scheduler, but basically they are expensive…
Hello, I'm the one who has implemented channels for V, so I'll try to answer these questions: 1. "Heavy" is a vague term and I think that it is even used polemically here. Every channel implementation needs methods to…