[Cython] Size of output

John Skaller2 skaller at internode.on.net
Sat Feb 1 09:32:47 EST 2020


> given target. Removing the final 0.5% of code that is "unused in some
> cases" is really not something I would want to invest days into, each time
> we make a change in Cython.

But its not 0.5%. My problem is trying to read the generated code.

A possibility might be an option which puts the boilerplate in one file
and the variant code in another that then #includes the boilerplate.
So the code is the same, but the main file is much easier to inspect
to see what got generated.

—
John Skaller
skaller at internode.on.net







More information about the cython-devel mailing list