Skip to content

Just In Time (JIT) Compilation

Introduction

JITc (Just In Time compilation) is a way of compiling some part of code while a program is executed. The objective is to obtain faster overall code execution despite the overhead added by the compilation.

Note

For the moment, only Numba is described here but there is many fishes in the ocean ;)

Resources