Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 5 months agoSynapse is the epitome of thisi.redd.itimagemessage-square72linkfedilinkarrow-up1428arrow-down111cross-posted to: ProgrammerHumor@lemmit.online
arrow-up1417arrow-down1imageSynapse is the epitome of thisi.redd.itLena@gregtech.eu to Programmer Humor@programming.devEnglish · 5 months agomessage-square72linkfedilinkcross-posted to: ProgrammerHumor@lemmit.online
minus-squareWolfLink@sh.itjust.workslinkfedilinkarrow-up8·edit-25 months agoI’ve used multiprocessing to squeeze more performance out of numpy and scipy. But yeah, resorting to multiprocessing is a sign that you should be dropping into something like Rust or a C variant.
minus-squareitslilith@lemmy.blahaj.zonelinkfedilinkarrow-up2arrow-down1·5 months agoMost numpy array functions already utilize multiple cores, because they’re optimized and written in C
I’ve used multiprocessing to squeeze more performance out of numpy and scipy. But yeah, resorting to multiprocessing is a sign that you should be dropping into something like Rust or a C variant.
Most numpy array functions already utilize multiple cores, because they’re optimized and written in C