sailfish/benches
Juan Aguilar Santillana 1aca11acfe Add unsafe attributes at yarte fixed bench 2020-06-16 08:23:24 +00:00
..
benches Merge pull request #12 from 'botika/master' 2020-06-16 23:33:45 +09:00
src Add unsafe attributes at yarte fixed bench 2020-06-16 08:23:24 +00:00
templates Fix yarte fixed bench 2020-06-12 08:20:45 +00:00
templates_ructe Add more libraries for benchmark 2020-06-16 05:51:37 +09:00
Cargo.lock Merge pull request #12 from 'botika/master' 2020-06-16 23:33:45 +09:00
Cargo.toml Merge pull request #12 from 'botika/master' 2020-06-16 23:33:45 +09:00
README.md Update benchmark result 2020-06-16 05:51:49 +09:00
bigtable.png Update benchmark result 2020-06-17 00:00:12 +09:00
teams.png Update benchmark result 2020-06-17 00:00:12 +09:00

README.md

Rust template engine benchmarks

Performance comparison of template engines for Rust based on criterion crate

crates

  • askama: Type-safe, compiled Jinja-like templates for Rust
  • fomat: Alternative syntax for printing macros in Rust
  • handlebars: Handlebars templating language implemented in Rust and for Rust.
  • horrorshow: A macro-based html builder for rust
  • liquid: the liquid templating language for Rust
  • markup: A blazing fast, type-safe template engine for Rust.
  • maud: Compile-time HTML templates for Rust
  • ramhorns: Fast Mustache template engine implementation in pure Rust
  • ructe: Rust Compiled Templates with static-file handling
  • std::write!: the std library write! macro
  • tera: A template engine for Rust based on Jinja2/Django
  • yarte: Yet Another Rust Template Engine, is the fastest template engine
  • sailfish: Simple, small, and extremely fast template engine for Rust

Running the benchmarks

$ cargo bench

Environment

  • OS: Ubuntu 20.04 LTS
  • CPU Model Name: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
  • BogoMIPS: 3600.00

Results

  • Big table

Big table

  • Teams

Teams

License

This benchmark code is distributed under the special permission granted by Dirkjan Ochtman (See this issue). You cannot modify or redistribute the source code without an explicit permission.