openroberta-lab icon indicating copy to clipboard operation
openroberta-lab copied to clipboard

Create usedActorsType hashset for better access time

Open VinArt opened this issue 6 years ago • 0 comments

Currently in generateConfigurationVariables in code generation visitors we loop through the usedActors and then compare the type to generate corresponding code. This could be replaces with a hashset of actor types for constant access time.

VinArt avatar Nov 15 '19 07:11 VinArt