openroberta-lab
openroberta-lab copied to clipboard
Create usedActorsType hashset for better access time
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.