7 ms·
Does anybody know how this compares performance-wise to Numba (http://numba.pydata.org/ http://numba.pydata.org/) which seems like a pretty similar effort? Numb
by pbrook 12y ago
Does anybody know how this compares performance-wise to Numba (http://numba.pydata.org/ http://numba.pydata.org/) which seems like a pretty similar effort? Numba translates to LLVM bytecode rather than C++.
- catkin 12y agoFull results are in the paper: http://arxiv.org/pdf/1410.4345v1.pdf http://arxiv.org/pdf/1410.4345v1.pdf
- gamesbrainiac 12y agoGood question. When I saw the @jit decorator, I thought it was a numba clone.
- travisoliphant 12y agoThe performance numbers they show are fairly cherry-picked and are not really showing a broad-based comparison of Numba's capability. In addition, Numba is still under active development and the version they used is a few versions older than released. Still it's good to have use-cases and examples which drive Numba improvements.