DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
3 stars 1 forks source link

#359: Replace list return types with sets wherever possible #406

Closed cwschilly closed 1 year ago

cwschilly commented 1 year ago

Fixes #359

cwschilly commented 1 year ago

I have not found any situations in lbaf where converting to a set would make the code perform better. I thought I had found one (switching conf to a set in lbsConfigurationUpgrader.py) but it did not end up improving the code so I undid the commit. It may be suitable to close issue #359 with no files changed

ppebay commented 1 year ago

Thank you @cwschilly for your investigations.

Closing PR (and issue) accordingly