On Fri, 2003-07-18 at 18:37, Patrick Galbraith wrote:
> The one thing about TT was that I don't know if I really liked how it 
> had a different syntax than perl. Plus, as far as performance, we did 
> some specific coding to make it faster for Slash so our templates would 
> be in the DB.

That's an anti-optimization.  Filesystems are faster than databases when
all you want is to fetch a single item with a specific name.  It's also
a pain in the ass to edit things that are in a database, as opposed to
just files.

- Perrin

Reply via email to