wepy icon indicating copy to clipboard operation
wepy copied to clipboard

`json_top_subset` is too slow

Open salotz-sitx opened this issue 3 years ago • 0 comments

For large topologies this function is far too slow to be practical. The implementation had no optimizations applied so there is likely some easy things to do like not relying on list.index inside nested for loops :P

salotz-sitx avatar Apr 13 '21 15:04 salotz-sitx