minus-squareWolfLink@sh.itjust.workstoProgrammer Humor@programming.dev•Synapse is the epitome of thislinkfedilinkarrow-up0·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. linkfedilink
minus-squareWolfLink@sh.itjust.workstoProgrammer Humor@programming.dev•Synapse is the epitome of thislinkfedilinkarrow-up0·3 months agoOf the ways you listed the only one that will actually take advantage of a multi core CPU is multiprocessing linkfedilink
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.