Gollum@feddit.org to Programmer Humor@programming.dev · 5 months agoBreaking Newsfeddit.orgexternal-linkmessage-square25linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkBreaking Newsfeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 5 months agomessage-square25linkfedilink
minus-squareReptorian@programming.devlinkfedilinkarrow-up0·5 months agoNumpy is good for that. But, I gravitate toward naturally faster langs where I don’t need to import a library for speed. I use Python for simple, dumb scripts.
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up0·5 months agoYou just perform all matrix operations in assembly?
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up0·5 months agoI like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.
Numpy is good for that. But, I gravitate toward naturally faster langs where I don’t need to import a library for speed. I use Python for simple, dumb scripts.
You just perform all matrix operations in assembly?
I like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.