fractaledmind / activeset

A toolkit for working with enumerable sets.
MIT License
2 stars 1 forks source link

WIP: Begin experimenting with memoizing the ActiveSet operation methods #20

Open fractaledmind opened 5 years ago

fractaledmind commented 5 years ago

I should profile this gem before and after applying this change to see how it affects things.

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   99.76%   99.76%   +<.01%     
==========================================
  Files          17       17              
  Lines         421      423       +2     
==========================================
+ Hits          420      422       +2     
  Misses          1        1
Impacted Files Coverage Δ
lib/active_set.rb 100% <100%> (ø) :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 2c4ef20...e205741. Read the comment docs.