I used numba on my Mandlebrot code - 45x times speedup per core for a total of 180x speedup
@Carberra5 ай бұрын
Holy cow, that's insane!
@dipeshsamrawat79575 ай бұрын
*Sometimes 😂 Thank you, dude😊
@ShootingUtah4 ай бұрын
Ooh, not sure yet but we use some matrix multiplication functions at work to optimize insurance policies. I bet there's at least a few places numba could significantly speed things up! Right now some larger scenarios with larger input sets take multiple MINUTES to run, if some of those could be brought down to seconds it would not only make our web application more user friendly, it will save a bunch of money in Google cloud function costs. I'll have to do some experimentation and see if they're willing to pay me for the improvements haha!
@Carberra4 ай бұрын
I hope you get the results you're hoping for! Let me know!