|
|
|
|
|
by jasdfywu
605 days ago
|
|
You also have to think about your target audience. Are you hiring developers that are 100% fully conscious of concurrency and starvation or people that are only concerned with rest and vest and TC? For either case Go is better. * For people that are aware of concurrency, they will select Go because they appreciate its out-of-the-box preemptive concurrency model with work stealing. * For people that are not aware of concurrency, then you should definitely use Go because they are not qualified to safely use anything else. |
|