rust-syndication / rss

Library for serializing the RSS web content syndication format
https://crates.io/crates/rss
Apache License 2.0
419 stars 52 forks source link

Remove unnecessary HashMap operations #114

Closed amoskvin closed 3 years ago

amoskvin commented 3 years ago

This produces a 7-10% boost in read performance

codecov[bot] commented 3 years ago

Codecov Report

Merging #114 into master will decrease coverage by 0.08%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   86.15%   86.06%   -0.09%     
==========================================
  Files          25       25              
  Lines        1921     1916       -5     
==========================================
- Hits         1655     1649       -6     
- Misses        266      267       +1     
Impacted Files Coverage Δ
src/extension/dublincore.rs 58.97% <94.73%> (+0.20%) :arrow_up:
src/extension/util.rs 97.82% <100.00%> (-0.33%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2d8bd11...1e28ae6. Read the comment docs.

andy128k commented 3 years ago

LGTM!