Skip to content

DDlog v0.45.0

Compare
Choose a tag to compare
@ryzhyk ryzhyk released this 16 Aug 01:58
· 114 commits to master since this release

[0.45.0] - Aug 15, 2021

Optimizations

  • Introduce #[by_val] attribute to pass function arguments by value.
  • Use the new attribute to optimize a bunch of library functions. This should
    not break any existing DDlog code, but it will affect Rust code that calls
    DDlog libraries directly.