Hi Thomas On Thu, Jul 13, 2017, at 01:04, Thomas Walter via scikit-image wrote: > A question to Stéfan: would this mean that you would remove all cython code > from scikit-image or would numba just be another option? I think we'd probably keep both around; one of the advantages of this approach is that we can gradually explore new functionality with numba, while retaining all existing code until there's a strong need to modify for speed/simplicity. Cython & numba also do not fulfill exactly the same roles. E.g., Cython is great for wrapping C and C++ libraries. Best regards Stéfan
_______________________________________________ scikit-image mailing list scikit-image@python.org https://mail.python.org/mailman/listinfo/scikit-image