tbranyen / combyne

A template engine that works the way you expect.
MIT License
144 stars 19 forks source link

Support large files #70

Closed tbranyen closed 9 years ago

tbranyen commented 9 years ago

I noticed that on super large templates I wasn't optimizing strings, so it would be making a giant concatenation. Instead, I now optimize the nodes to be concatenated before rendering.

tbranyen commented 9 years ago

Sigh hate old IE.

tbranyen commented 9 years ago

Going to remove the test since it may be impossible to test successfully in all browsers (old IE), that we support.