Contribute Media
A thank you to everyone who makes this possible: Read More

How to Accelerate an Existing Codebase with Numba

Description

If you have ever said to yourself "my code works, but it is too slow!" then this is the talk for you. We will describe best practices for applying the Numba just-in-time compiler to an existing project. This includes techniques for assessing whether Numba is appropriate for your use case, analyzing your program to identify where Numba can help, modifying your core algorithms to be Numba compatible, and understanding compiler errors. In addition, we'll discuss considerations for packaging and distribution of projects that depend on Numba.

Details

Improve this page