Open FelixMau opened 1 year ago
Same for components
@gnn did you write this parts and do you have any objections to this?
@Bachibouzouk reading.py
is the main bottleneck. It's mostly a few quite complex dict-comprehensions, difficult to debug but faster than loops. For performance and simplicity gains, we would need to rework this file.
I am currently working on debugging a faulty data package. Trying to understand some parts of the
reading.py
is challenging for me. Therefore, I am collecting some improvement suggestions here.resource
function would make it easier to understand what is happening here. Therefore I am suggesting changing the lines 185-236 to: