@rustickode I'm curious about the methodology... power intensive computation in Python is usually delegated to extensions written in very efficient languages (like, NumPy is mostly Fortran and C..., polars is Rust, etc.) so I guess that in the contexts that matter it is not a problem.