This is why I always end up using NUMBA on my Python projects... #shorts

preview_player
Показать описание


1. Numba makes the code run faster: about 13x faster in this case, in other cases I saw an uplift of 100x
2 . It is quite easy to use, I only had to decorate a function with @njit()

Of course there are limitations, it woks nicely with numpy and repetitive stuff like loops, but other libraries aren't supported I think
Still, I find it really satisfying to use
Рекомендации по теме
Комментарии
Автор

I dont understand why do you finish using numba in your projects?

АрманМеликбекян-еш
visit shbcf.ru