GOULART JUCIMARA VICENTE DOS SANTOS, DAMIANA PEREIRA DE OLIVERIA, ANA ANGELICA
PEREIRA ALVES, PAULO DE SIQUEIRA SILVA. PAULO DE SIQUEIRA SILVA. AMAURI CLIFE,
ELEUTÃRIO LEAL, LEAL CORLETTO, CLIFE ACÃLIO LEAL.
ELEUTÃRIO GOULART, VICTOR DI MELLO, JAVERT MONTEIRO, NELSON DANTAS, DANIEL DE
OLIVEI
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
Hi,
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 store
that bytecode in the binary.
T