Lena to Programmer Humor@programming.devEnglish • 3 months agoSynapse is the epitome of thisi.redd.itimagemessage-square73fedilinkarrow-up1565arrow-down117
arrow-up1548arrow-down1imageSynapse is the epitome of thisi.redd.itLena to Programmer Humor@programming.devEnglish • 3 months agomessage-square73fedilink
minus-square@WolfLink@sh.itjust.workslinkfedilink8•edit-23 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-square@itslilith@lemmy.blahaj.zonelinkfedilink1•3 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