Skip to content

v0.10.0 - Performance Optimisations

Compare
Choose a tag to compare
@dj95 dj95 released this 17 Dec 15:15
· 210 commits to main since this release
v0.10.0
58a46b4

Features

  • Refactor to lib and add benches
  • Add more benches for widgets
  • Perf + mem optimization of rendering
  • Further perf + mem optimization of widgets
  • Add bench for render_bar

Miscellaneous Tasks

  • Update flake dependencies
  • Update cargo dependencies
  • Refactor frames with more idiomatic rust
  • Refactor render with more idiomatic rust
  • Refactor config with more idiomatic rust
  • Refactor mode with more idiomatic rust
  • Move from to_string to to_owned
  • Ref config instead of copying
  • Bump version to v0.10.0
  • Fix clippy issues