On Tue, 11 Jun 2013 20:03:45 +0600, Stefan Behnel
wrote:
Nikita Nemkin, 11.06.2013 13:51:
Pure Python functions rarely benefit from compilation. I thought it
would be interesting to add an "interpreted" directive (global,
module, class, function level + automatic heuristic) that will
instruct
Nikita Nemkin, 11.06.2013 13:51:
> Pure Python functions rarely benefit from compilation. I thought it
> would be interesting to add an "interpreted" directive (global,
> module, class, function level + automatic heuristic) that will
> instruct Cython to compile def functions into _bytecode_ and st