Gollum@feddit.org to Programmer Humor@programming.dev · 2 months agoBreaking Newsfeddit.orgexternal-linkmessage-square8linkfedilinkarrow-up143arrow-down10
arrow-up143arrow-down1external-linkBreaking Newsfeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 2 months agomessage-square8linkfedilink
minus-squareReptorian@programming.devlinkfedilinkarrow-up0·2 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-up1·2 months agoYou just perform all matrix operations in assembly?
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up1·2 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.