Skip to content

[Rust] Release 0.10.5

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 30 Aug 09:49
· 330 commits to master since this release
rust-v0.10.5
5dd4739

Performance

  • Pre-allocate space during serialization.
  • Optimized class attribute handling: up to 25% faster for extensive class-dependent selectors.
  • Fast-path class check for shorter class attribute values.
  • Use a Bloom filter to detect if an element has no given class.
  • Avoid allocating a vector during selectors compilation.
  • Use FxHasher in more cases.

Changed

  • Drop usage of memchr.
  • Bump MSRV to 1.62.1.