4 ms·
anyone have any insight as to why microsoft chose go? I feel like with rust it could have been even faster!
by fullstackchris 7mo ago
anyone have any insight as to why microsoft chose go? I feel like with rust it could have been even faster!
- steveklabnik 7mo agoThey said at the time that Go let them keep the overall structure of the code, that is, they weren't trying to do a re-implementation from scratch, more of a port, and so the port was more straightforward with Go.