PyO3 bindings slower than pure rust execution · PyO3 pyo3 · Discussion #3442
Hi community, I am having a project, where I provide a service in rust, both via an HTTP server and via PyO3 bindings. Let's call this function/service test_service. Within the function, I measure ...