sailfish/benches/README.md

1.5 KiB

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
  • horrorshow: A macro-based html builder for rust
  • markup: A blazing fast, type-safe template engine for Rust.
  • std::write!: the std library write! macro
  • 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

Benchmark results were collected on the IBM Cloud Virtual Server Instance

  • OS: Ubuntu 18.04-64 Minimal for VSI
  • CPU Model Name: Intel(R) Xeon(R) CPU E5-2683 v4 @ 2.10GHz
  • BogoMIPS: 4200.04

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.