alimanfoo / anjl

A neighbour-joining library for Python.
https://alimanfoo.github.io/anjl
MIT License
0 stars 0 forks source link

Consider eager compilation for numba functions ⚙️ #21

Closed alimanfoo closed 2 weeks ago

alimanfoo commented 2 weeks ago

For the numba functions we always know the type of the inputs, we could use eager compilation.