Lena to Programmer [email protected]English • 1 month agoSynapse is the epitome of thisi.redd.itimagemessage-square71fedilinkarrow-up1563arrow-down117
arrow-up1546arrow-down1imageSynapse is the epitome of thisi.redd.itLena to Programmer [email protected]English • 1 month agomessage-square71fedilink
minus-square@[email protected]linkfedilink8•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-square@[email protected]linkfedilink0•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