selftiesoftware / core

The core integration of Reposcript into web technologies
Other
4 stars 0 forks source link

Optimize AST evaluation for Rendering #36

Open IstvanM opened 8 years ago

IstvanM commented 8 years ago

During rendering the AST is reavaulated each time for what to be drawn in order. This may cause some delay for each render. Come up with a solution to cache the order of drawing of the shapes, or investigate other optimization possibilities.