Live data from Hacker News

Show HN: VarLiNGAM-rs / Causal discovery in Rust, 50x faster than Python

github.com

1–2 of 2 posts

Re: Show HN: VarLiNGAM-rs / Causal discovery in Rust, 50x faster than Python

#2
Author here. VarLiNGAM is the reference algorithm for causal discovery in time series. The Python implementation doesn't scale past ~10 variables. I rewrote it from scratch in pure Rust.

Results: 14-50x faster, 3-6x less memory, Happy to answer questions about the implementation choices.