Ask Your Question

Revision history [back]

Cython has a nice documentation, check their project https://cython.org/

To answer your question

  • There is very few type inference in Cython
  • If your are manipulating Python data, Cython will not help much in getting faster code