|
|
|
|
|
by jokoon
1540 days ago
|
|
Any benchmarks for type annotations? I already wrote a few patch for pysfml, which is written in cython, it was a bit awkward, and now I'm asking myself if cython is really the right tool to write bindings, compared to cpython, for example. |
|
It's very fast to write for, that's the main benefit. Use it together with profiling and just pick off the slowest part first.