This is my first project. I invented a new algorithm that even AI don't know. It's about bigint. And I'm 15. Thanks for watching. By the way, my crate named `nna`

222 · Users Rust Lang · April 18, 2026, 9:48 a.m.
Summary
This blog post introduces a new big integer arithmetic method called NNA (Natural Number Array), optimized for performance using a compact representation and innovative iterator-based design. It covers the advantages of NNA over traditional big integer implementations, including unique properties and performance benchmarks. The author, a 15-year-old developer, discusses the compact bijection property of NNA and the algorithms for its operations like addition and subtraction, while also mentioning potential drawbacks and areas for future development.