sailfish/benches
Kogia-sima 733e1a6c63 Bump version (0.0.4 => 0.0.5) 2020-06-13 23:18:07 +09:00
..
benches Update benchmark result 2020-06-07 11:49:19 +09:00
src Fix std::write benchmark 2020-06-13 14:24:36 +09:00
templates Add benches/ directory 2020-06-06 18:28:14 +09:00
Cargo.lock Bump version (0.0.4 => 0.0.5) 2020-06-13 23:18:07 +09:00
Cargo.toml Bump version (0.0.4 => 0.0.5) 2020-06-13 23:18:07 +09:00
README.md Update benchmark environment 2020-06-10 19:21:43 +09:00
bigtable.png Update benchmark result 2020-06-10 19:14:33 +09:00
teams.png Update benchmark result 2020-06-10 19:14:33 +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
  • 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

  • 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.