Skip to content

perf: remove redundant allocations & computations from generated code

Georgy Moshkin requested to merge gmoshkin/encode-decode-perf into master

Summary

  • fix: decode field name in error from utf8
  • fix: use format_ident instead of trim_start_matches
  • fix: context used almost always to ignore context
  • perf: remove redundant allocations & computations from generated code

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Егор Ивков

Merge request reports