Comment by LightMachine
8 months ago
the single-thread case ran a little slower than it should on this live demo due to a mistake on my part: `run` redirected to the Rust interpreter, rather than the C interpreter. the Rust one is a little bit slower. the numbers on the site and on all docs are correct though, and the actual speedup is ~12x, not ~16x.
Thanks for the explanation and the cool project.
I will give bend a shot on some radar signal processing algorithms.