Skip to content

v1.0.3: Simplified variable name generation

Compare
Choose a tag to compare
@Richert Richert released this 14 Sep 20:31
· 25 commits to master since this release
  • simplified automated generation of unique variable names. Recursive calls etc. were replaced with look-up tables, thus improving speed during the file generation process.
  • improved variable passing between different operators within a node. Less additional variables are now created, thus reducing the memory load during run time.