Gollum@feddit.org to Programmer Humor@programming.dev · 20 days agoBreaking Newsfeddit.orgexternal-linkmessage-square8fedilinkarrow-up141
arrow-up141external-linkBreaking Newsfeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 20 days agomessage-square8fedilink
minus-squareReptorian@programming.devlinkfedilinkarrow-up0·19 days 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·19 days agoYou just perform all matrix operations in assembly?
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up1·19 days agoI like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.
Numpy is what makes python fast though
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.