inline functions or macros?

Maciej Kalisiak mac at dgp.toronto.edu
Sun Dec 2 16:06:25 EST 2001


I seem to recall reading that function calls in Python are somewhat
expensive.  I come from a C++ background, and there this is usually
dealt with by defining frequently used small functions as 'inline'.
Is there something similar in Python?

-- 
Maciej Kalisiak|mac@] Shaw's Principle: Build a system that even a fool can
dgp.toronto.edu|www.] use, and only a fool will want to use it.
dgp.toronto.edu/~mac] 



More information about the Python-list mailing list