<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Hi Thomas<br></div>
<div><br></div>
<div>On Thu, Jul 13, 2017, at 01:04, Thomas Walter via scikit-image wrote:<br></div>
<blockquote type="cite"><div><div> 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? <br></div>
</div>
</blockquote><div><br></div>
<div>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.<br></div>
<div><br></div>
<div>Best regards<br></div>
<div>Stéfan<br></div>
<div><br></div>
</body>
</html>