in reply to Overhead of Inline::Python?
It still requires a python interpreter, but it doesn't require forking new processes. I can't speak to whether that would be enough of a benefit for your use case. Consider Mojo::UserAgent and promises for managing complex HTTP request logic.