|
|
|
|
|
by ahupp
1961 days ago
|
|
In a language like Java where you mostly spend time in the VM and only occasionally jump into native code, that might be true. But in python a huge part of the runtime is this kind of native call. So I would not expect that this approach adds any new overhead. |
|