Тёмный
No video :(

Accelerating Python with the Numba JIT Compiler | SciPy 2015 | Stanley Seibert 

Enthought
Подписаться 67 тыс.
Просмотров 17 тыс.
50% 1

Опубликовано:

 

29 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@nassehk
@nassehk 8 лет назад
You guys are doing a fantastic job with numba. Looking forward to numba becoming a part of cpython. Is that even possible?
@mattizzle81
@mattizzle81 5 лет назад
I tried it on some code I found on github for processing video. It took 4 minutes per frame in pure python. With Numba I got it down to 20 seconds per frame so far. Mostly by just adding an @njit decorator on top of the functions, and separating loops into their own jitted functions. Unbelievable. It just needs better support for calls to third party non-numba libraries and classes. then I'm sold, I wouldn't use anything else. Right now if there are any complex classes or third party calls I can get stumped trying to 'Numbaify' it.
@ghostriley22
@ghostriley22 5 лет назад
do you have link to the code or share your work?
@alvaromartin6301
@alvaromartin6301 4 года назад
Numba works for a Raspberry Pi Model 3B+?
@ouamanezahra6919
@ouamanezahra6919 7 лет назад
how can i do this loop with numba for i in range(n): for j in range(m): if T[i][j] == 255: nbr=nbr+1 return (nbr)
@DEEPAKSAINI119
@DEEPAKSAINI119 8 лет назад
Numba is amazing
@MAFiA303
@MAFiA303 7 лет назад
I'm impressed the video has no thumbs down
@adamajinugroho830
@adamajinugroho830 6 лет назад
not so fast...
@KirillBezzubkine
@KirillBezzubkine 4 года назад
7:53 - booty shake
Далее
Just In Time (JIT) Compilers - Computerphile
10:41
Просмотров 269 тыс.
Losing your Loops Fast Numerical Computing with NumPy
30:31