Re: [Python-Dev] PEP 579 and PEP 580: refactoring C functions and methods
June 20, 2018
10:49 a.m.
On 2018-06-20 16:42, Antoine Pitrou wrote:
I'm wondering what amount of code and debugging is needed for, say, Cython or Numba to implement that protocol as a caller, without going through the C API's indirections (for performance).
The goal is to have a really fast C API without a lot of indirections. If Cython or Numba can implement the protocol faster than CPython, we should just change the CPython implementation to be equally fast.
2999
Age (days ago)
2999
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeroen Demeyer