jbboehr / php-mustache

Mustache PHP Extension
MIT License
56 stars 22 forks source link

Deprecate and/or remove VM #50

Closed jbboehr closed 6 years ago

jbboehr commented 6 years ago

The virtual machine implementation does not support lambdas, is more brittle, and, based on my last benchmarks, not significantly faster than the AST interpreter. We should deprecate and or remove it.

See also: #21

jbboehr commented 6 years ago

cc @adambaratz You aren't using the VM implementation, right?

adambaratz commented 6 years ago

That’s correct.