Talk: Anthony Shaw - Why is Python slow?

preview_player
Показать описание
Presented by:
Anthony Shaw

When Python completes a comparable application 2–10x slower than another language, why is it slow, and can’t we make it faster?
In this talk, we’re going to explore different theories to understand what makes Python slow, what tasks it’s fast at executing, and how you can make it faster.
Then, finally, we’ll explore what is coming in future versions of Python that might speed it up once and for all.
Рекомендации по теме
Комментарии
Автор

Much appreciated. This talk is so informant and it is a fair comparison with V8.

rogertsang
Автор

Thank you for the great talk, I learned a lot!

_gamma.
Автор

Incredible video, thank you for taking the time to share the knowledge!

benjaminlush
Автор

after watching this videos, i want to know following:
1, what's N-Body algorithm
2, what's JIT exactly? why it speeds up the execution?
3, GC: traverse-mark-sweep
4, what's the GIL anyway?

minyakonga