|
|
|
|
|
by kevin_thibedeau
1340 days ago
|
|
The low hanging fruit is to implement something like a built in Cython without any type annotations. You get a speedup from not having bytecode but still have all the PyObject attribute lookups performed from native code. |
|