isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 1 forks source link

speed up `immutableset` and `immutabledict` #56

Closed qpwo closed 5 years ago

qpwo commented 5 years ago

Responding to @rgabbard's comments in PR 55 but needed to make a new PR because the branch was deleted

codecov[bot] commented 5 years ago

Codecov Report

Merging #56 into master will increase coverage by 0.08%. The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   90.76%   90.85%   +0.08%     
==========================================
  Files           6        6              
  Lines         639      645       +6     
==========================================
+ Hits          580      586       +6     
  Misses         59       59
Impacted Files Coverage Δ
immutablecollections/_immutableset.py 90.71% <100%> (+0.24%) :arrow_up:
immutablecollections/_immutabledict.py 87.8% <90.9%> (ø) :arrow_up:

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 9127fc2...7845d26. Read the comment docs.