The numba mailing list is here:
https://groups.google.com/a/continuum.io/forum/#!forum/numba-users
On Thu, Jan 17, 2019 at 1:55 PM Stuart Reynolds
wrote:
> I'm having great luck using with numba, but there are two problems I find
> difficult to solve with it.
>
> Often I want to algorithms that
I'm having great luck using with numba, but there are two problems I find
difficult to solve with it.
Often I want to algorithms that performs a lookup of a list/array of
numbers. And this operation often comes in two flavors:
(1)=> # datastructure.get(0) => array
(2)=> #