andyferris / Dictionaries.jl

An alternative interface for dictionaries in Julia, for improved productivity and performance
Other
282 stars 28 forks source link

I want to sort, and I want it now! #70

Closed andyferris closed 2 years ago

andyferris commented 2 years ago

Adds sort, sortkeys and sortpairs

codecov[bot] commented 2 years ago

Codecov Report

Merging #70 (2970c42) into master (c787fdf) will increase coverage by 0.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   74.93%   75.34%   +0.40%     
==========================================
  Files          19       19              
  Lines        1871     1898      +27     
==========================================
+ Hits         1402     1430      +28     
+ Misses        469      468       -1     
Impacted Files Coverage Δ
src/AbstractDictionary.jl 86.33% <ø> (+1.17%) :arrow_up:
src/Dictionaries.jl 100.00% <ø> (ø)
src/AbstractIndices.jl 79.00% <100.00%> (+0.47%) :arrow_up:
src/ArrayDictionary.jl 74.46% <100.00%> (+2.72%) :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 c787fdf...2970c42. Read the comment docs.