Speaker
Pawel Szostek
(CERN)
Description
Python code is much easier to write than C, yet much less efficient. It's often assumed that Python is not performance-oriented and therefore making effort to optimize it doesn't pay off. However, if there arises a need to profile the code and find bottlenecks we are not completely lost. In this talk I will tell why perf(_deluxe.py) is not suitable for this purpose and which tools can we take instead