Closed o0101 closed 3 years ago
Looking at the perf from load of sg-cells (7GUIs cells example ~ 6000 nodes) it's unacceptable. It's too slow.
Most of the time occurs in type checking code, I think I can mostly remove all that and greatly simplify it.
And the other end of the profile:
These two sides process and recurse/validate are all about checking the objects that get passed into the template slots. That's important but I think I can greatly increase the speed of this.
Looking at the perf from load of sg-cells (7GUIs cells example ~ 6000 nodes) it's unacceptable. It's too slow.
Most of the time occurs in type checking code, I think I can mostly remove all that and greatly simplify it.
And the other end of the profile: