Making Python 100x faster with less than 100 lines of Rust

Making Python 100x faster with less than 100 lines of Rust

Articles

This article describes how a Python library used for mathematical and geometrical operations in a 3D processing pipeline was made 100x faster with less than 100 lines of Rust, using NumPy and other scientific Python packages to address a performance issue.