Skip to content

Commit

Permalink
reduce redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
HumphreyYang committed Nov 1, 2023
1 parent 6931a11 commit 9eee490
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lectures/numba.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ It suggests that Numba recompiles this function as the type changes.

Overall, type inference helps Numba to achieve its performance, but it also limits what Numba supports as we have shown in the function example.

In fact, this limitation means that Numba does not support everything in Python and scientific libraries as we learned before.

You can refer to the list of supported Python and Numpy features [here](https://numba.pydata.org/numba-doc/dev/reference/pysupported.html).

## Compiling Classes
Expand Down

0 comments on commit 9eee490

Please sign in to comment.