You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some ideas about potentially improving performance of the library, for example, using macro-generated static Context instead of reflection-based one.
But one can't be sure it's worth it without proper benchmarks, so I should implement those first.
Also it would be interesting to compare performance between targets and also between different implementations such as mustache.js and original ruby mustache.
The text was updated successfully, but these errors were encountered:
I have some ideas about potentially improving performance of the library, for example, using macro-generated static
Context
instead of reflection-based one.But one can't be sure it's worth it without proper benchmarks, so I should implement those first.
Also it would be interesting to compare performance between targets and also between different implementations such as mustache.js and original ruby mustache.
The text was updated successfully, but these errors were encountered: