Ehsan Totoni
Ehsan Totoni
The k-means example is a good use case for advanced fusion. We made the first comprehension nested in our example to enable fusion but ideally, the computation should be written...
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
## Reporting a bug - [ ] I am using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG). - [ ] I have...
## Feature request Supporting a wall clock time function like `time.time()` enables more accurate benchmarking since the time call can be inside the njit function, which avoids measure boxing/unboxing. This...
Adding automatic parallelization feature of Numba to this tutorial would be great: http://numba.pydata.org/numba-doc/latest/user/parallel.html
## Reporting a bug - [x] I am using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG). - [x] I have included below...
## Feature request Profiling Numba compilation time shows that must of the time is spent in Python object overheads (not LLVM compilation). Seems like Cython offers an incremental way to...