[Cython] OpenMP support

Stefan Behnel stefan_ml at behnel.de
Tue Mar 8 20:34:57 CET 2011


Sturla Molden, 08.03.2011 20:18:
> We still need sychonization and scheduling primitives similar to those in
> OpenMP. For example a special 'range' function that will share the workload
> of a for loop. But this is not a major programming task.

... but that could be put into a builtin Cython library, right? At least a 
couple of primitives, decorators, helpers, etc.

Stefan


More information about the cython-devel mailing list