The Haml codebase has a collection of benchmarks between various
templating engines, including Erubis and ERB, both with compiling and
without. Here's an example run:
http://pastie.caboo.se/127100. We
don't test ERB vs. Erubis when running through ActionView, but the
results should be pretty much the same as when they're cached.
The upshot is that most of Erubis' speed is compilation speed; if the
results are cached, it's not nearly as dramatic. However, there's
still a ~15% speedup.
- Nathan
On Dec 10, 2:54 pm, "Jeremy Kemper" <
jer...@bitsweat.net> wrote: