HackerLangs
トップ新着トレンドコメント過去質問紹介求人

edyos

1 カルマ登録 5 か月前

投稿

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

github.com
1 ポイント·投稿者 edyos·5 か月前·1 コメント

コメント

edyos
·14 時間前·議論
You’re right about the coding, but not about the rest. I use this 27B for everyday tasks that aren’t actually coding. When it comes to coding, GLM5.2 is, in my view, a marvel; it’s inexpensive and works very well when used properly – but for everything else, from sorting emails to pre-generation and analysis of varying quality, it does the job that GPT and Claude can’t do for free, and sometimes not quite as well. I use Claude for coding because I’ve got used to the way it works, which suits me. But the 27B does the opposite: the ‘local’ mode is there to help you get used to the way it works, and that might be the point.
edyos
·14 日前·議論
They play the game of China, they are stupid. US, as EU, lost everything with this stupid posture.
edyos
·5 か月前·議論
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, <1% precision gap vs ground truth. Drop-in replacement via PyO3.

Happy to answer questions about the implementation choices.