Try this exercise. Is this statement true or false?
If profiling shows that a small, well-defined function is responsible for most runtime in per-tick processing, reimplementing only that function in C++ and exposing it to Python (for example with pybind11) is an appropriate next step to reduce latency.
Press true if you believe the statement is correct, or false otherwise.