Python faster than rust with py03
I am trying to speed up some python code using rust bindings with py03. i have implemented the following function in both python and rust: def _play_action(state, action): temp = state.copy() ...