logoalt Hacker News

TimorousBestieyesterday at 7:41 PM3 repliesview on HN

My shop just moved back to Julia for digital signal processing and it’s accelerated development considerably over our old but mature internal C++ ecosystem.


Replies

csvanceyesterday at 8:51 PM

Mine did the same for image processing but coming from python/numpy/numba. We initially looked at using Rust or C++ but I'm glad we chose to stick it out with Julia despite some initial setbacks. Numerical code flows and read so nicely in Julia. It's also awesome seeing the core language continuously improve so much.

nextostoday at 2:06 AM

Can you elaborate on what libraries, platform, and tooling you use?

zerryesterday at 9:35 PM

How do you deploy it?

show 1 reply