rust-sailfish / sailfish

Simple, small, and extremely fast template engine for Rust
https://rust-sailfish.github.io/sailfish/
MIT License
805 stars 54 forks source link

Question: some comparison to askama? #62

Open GoldsteinE opened 3 years ago

GoldsteinE commented 3 years ago

Hi!

First of all, this crate looks very cool and I'm happy to see another compile-time validated templates library.

Since sailfish looks very similar to askama, maybe it would be useful to provide some comparison, so it would be more clear which crate is better for different usecases.

knarkzel commented 3 years ago

Sailfish is way faster. Source: https://github.com/djc/template-benchmarks-rs

sheosi commented 11 months ago

One other area where sailfish shines is components, while askama only has inheritance (much less useful from my point of view).