rossvideo / Catena

Other
4 stars 0 forks source link

templated_oid checks only happen once per param #182

Closed Isaac-Robert-Ross closed 3 weeks ago

Isaac-Robert-Ross commented 3 weeks ago

use an unordered set to store oids of params that have been accessed at least once from the device model. This avoids copying from template_oids and building sub-params every time the param is checked. Additionally sub-param checks for building a param the first time now go through infinite levels of nesting.