Gollum@feddit.org to Programmer Humor · 1 month agoBreaking Newsfeddit.orgimagemessage-square26linkfedilinkarrow-up1971arrow-down119
arrow-up1952arrow-down1imageBreaking Newsfeddit.orgGollum@feddit.org to Programmer Humor · 1 month agomessage-square26linkfedilink
minus-squareReptorianlinkfedilinkarrow-up2arrow-down2·1 month 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-up8·1 month agoYou just perform all matrix operations in assembly?
minus-squareReptorianlinkfedilinkarrow-up1·1 month agoNot what I’m saying. Just saying if I need speed, I’d use a naturally faster language.
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up5·1 month 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?
Not what I’m saying. Just saying if I need speed, I’d use a naturally faster language.
I like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.