7 ms·
Yeah, he complains about blocking being a problem then suggests thread-per-core... Personally I don't want thread-per-core in a general purpuse runtime, I beli
by silon42 2mo ago
Yeah, he complains about blocking being a problem then suggests thread-per-core...
Personally I don't want thread-per-core in a general purpuse runtime, I believe C# and Go both do it correctly these days by starting new threads if all existing are busy for too long.