Cythonize generated router code #1664
Labels
needs contributor
Comment on this issue if you'd like to volunteer to work on this. Thanks!
needs-decision
perf
proposal
Milestone
Let's consider using
cython.inline()
to compile the generated router code. If we do this, we will need to be very transparent about what it is doing, and also fall back if the compilation fails due to a missing compiler, etc. Also we would need to solve #1550 first.By default,
cython.inline()
behaves as follows (according to @vytas7's testing):~/.cython/inline/_cython_inline_7723cfda1cea8e31cc3829cad4d730f3.pyx
)*.pyx
fileThe text was updated successfully, but these errors were encountered: