Articles tagged with Julia
DSP performance comparison Numpy vs. Cython vs Numba vs Pythran vs Julia
Category: blog Tags: Python Performance DSP Cython Pythran Numba Julia
Intro¶
In my previous blog post, I discussed how to use Cython to get a more than hundredfold speed improvement on training an adaptive equaliser for optical communications experiments and simulations. The downside to that gain was that the optimised Cython-code was quite unwieldy and contained a lot of boilerplate. Something I was trying to avoid by using Python. Thus making the code much easier to use and adjust for our students.