- The
wave_energy_converter
andwave_utils
modules are still a bit of a bottleneck (especiallywave_energy_converter.getIcos()
), so should look at translating everything over to C++ and then usingpybind11
to build Python bindings for them. Should help to improve runtime performance.