Skip to content

Fast configuration reading

Ettore Zaffaroni requested to merge ettore-fast-config into master

The part that reads the configuration file is very slow, it takes ~4 minutes for 36 boards. Try to use pybind11 to read the CSV files and convert them into python dictionaries.

To do:

  • write a c++ function that reads the csv files and returns python dictionary
Edited by Ettore Zaffaroni

Merge request reports