Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 2 months agoSynapse is the epitome of thisi.redd.itimagemessage-square5linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageSynapse is the epitome of thisi.redd.itLena@gregtech.eu to Programmer Humor@programming.devEnglish · 2 months agomessage-square5linkfedilink
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up1·2 months agoall programs are single threaded unless otherwise specified.
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up0·2 months agoIt’s safe to assume that any non-trivial program written in Go is multithreaded
minus-squarekbotc@lemmy.worldlinkfedilinkEnglisharrow-up0·2 months agoAnd yet: You’ll still be limited to two simultaneous calls to your REST API because the default HTTP client was built in the dumbest way possible.
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up1·2 months agoReally? Huh, TIL. I guess I’ve just never run into a situation where that was the bottleneck.
all programs are single threaded unless otherwise specified.
It’s safe to assume that any non-trivial program written in Go is multithreaded
And yet: You’ll still be limited to two simultaneous calls to your REST API because the default HTTP client was built in the dumbest way possible.
The client object or the library?
Really? Huh, TIL. I guess I’ve just never run into a situation where that was the bottleneck.