|
|
|
|
|
by rkrzr
1359 days ago
|
|
I didn't know that you can compile individual modules with mypyc. That's very interesting since it allows a gradual adoption of the compiler, which really helps with big codebases. Do you know if there are any requirements for which modules can be compiled? E.g. can they be imported in other modules or do they have to be a leaf in the import tree/graph ? |
|
So my reading is that it should be pretty seamless.