Heron-Repositories / Heron

A python only framework for connecting hardware and closing loops
MIT License
53 stars 6 forks source link

Optimise the communication processes by putting as much code as possible in Numba blocks #25

Open georgedimitriadis opened 4 months ago

georgedimitriadis commented 4 months ago

Refactor the main loops in the three communication and three worker classes so that they can be run under @jit decorators with as many of the decorated functions running under nopython mode.