I just wrote a small sample program, for benchmarking Mustache libraries: native SynMustache vs mustache.js running on SpiderMonkey 24...
And the winner is ...SynMustache, which is 10 times faster, uses
almost no memory during process, and handles inlined
{{>partials}} natively (whereas we have to handle them manually
with mustache.js)!

Who says that Garbage Collection and
immutable
strings in modern JITted runtimes are faster than "native" Delphi
applications?
Are you still preferring the "NextGen"
roadmap?



