In Python 3.13 experimental threading is supported directly, i.e. no more Global Interpreter Lock (GIL). PyClaw may be already compatible but it would be good to check and maybe even directly take advantage. At the very least, due to the change in architecture, we should see if this significantly slows down single-thread runs.