Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 6 days agoSynapse is the epitome of thisi.redd.itimagemessage-square58fedilinkarrow-up1538arrow-down117
arrow-up1521arrow-down1imageSynapse is the epitome of thisi.redd.itLena@gregtech.eu to Programmer Humor@programming.devEnglish · 6 days agomessage-square58fedilink
minus-squareWolfLinklinkfedilinkarrow-up7·edit-25 days 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-up1·5 days 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