Lena@gregtech.eu to Programmer Humor@programming.devEnglish · 1 month agoSynapse is the epitome of thisi.redd.itexternal-linkmessage-square66fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkSynapse is the epitome of thisi.redd.itLena@gregtech.eu to Programmer Humor@programming.devEnglish · 1 month agomessage-square66fedilink
minus-squareWolfLink@sh.itjust.workslinkfedilinkarrow-up0·edit-21 month 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-up0·1 month 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