starsimhub / starsim

Starsim disease modeling framework
http://starsim.org
MIT License
12 stars 8 forks source link

Refactor Arr._convert_key() #668

Open cliffckerr opened 3 days ago

cliffckerr commented 3 days ago

May be a significant performance bottleneck

cliffckerr commented 3 days ago

Can try replacing with Arr.raw[key] in most heavily-used cases and see if that helps