JuliaCollections / LRUCache.jl

An implementation of an LRU Cache in Julia
Other
56 stars 23 forks source link

threadsafe implementation (WIP) #14

Closed Jutho closed 5 years ago

Jutho commented 5 years ago

first commit: new implementation, still run original tests

codecov-io commented 5 years ago

Codecov Report

Merging #14 into master will increase coverage by 2.53%. The diff coverage is 67.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
+ Coverage   66.05%   68.58%   +2.53%     
==========================================
  Files           2        2              
  Lines         109      156      +47     
==========================================
+ Hits           72      107      +35     
- Misses         37       49      +12
Impacted Files Coverage Δ
src/cyclicorderedset.jl 47.12% <47.12%> (ø)
src/LRUCache.jl 95.65% <95.23%> (+21.14%) :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 d24a6d2...571b27d. Read the comment docs.