Gollum@feddit.org to Programmer Humor@programming.dev · 5 months agoBreaking Newsfeddit.orgimagemessage-square26linkfedilinkarrow-up1973arrow-down119
arrow-up1954arrow-down1imageBreaking Newsfeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 5 months agomessage-square26linkfedilink
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up5arrow-down1·5 months agoNumpy is what makes python fast though
minus-squareQuazarOmega@lemy.lollinkfedilinkarrow-up9·5 months agoIt’ll make you fast as well once the IRS catches up
minus-squareReptorian@programming.devlinkfedilinkarrow-up2arrow-down2·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-up8·5 months agoYou just perform all matrix operations in assembly?
minus-squareReptorian@programming.devlinkfedilinkarrow-up1·5 months agoNot what I’m saying. Just saying if I need speed, I’d use a naturally faster language.
minus-squareBogus5553@lemm.eelinkfedilinkarrow-up5·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 what makes python fast though
It’ll make you fast as well once the IRS catches up
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.