beginners 2026-06-23

I rewrote (had to use some help of LLM unfortunately) clojure version with using primitive arrays, replaced maps with types and structures, used cache for floating power operations and optimized integration - and could achieve even better performance than the original rust version. I then ported structural optimization from clojure version to rust, and the optimized rust version is 2.5x faster than optimized clojure version (and like 10 times faster than the original rust version). Still it's amazing, I never even dreamed about having such a fast implementation of this algo. Thank you all for support and inspiration.

Great to hear that. What's the name and purpose of this algorithm?

Also, what's the theory behind it?

Wow! That's the real case! Thanks for sharing this. I like that approach!

❤️ 1