Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sort and search operations that make sense with ordering #27

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andyferris
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Jun 24, 2020

Codecov Report

Merging #27 (fd6444e) into master (aeab543) will decrease coverage by 4.61%.
The diff coverage is 10.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   70.34%   65.73%   -4.62%     
==========================================
  Files          19       20       +1     
  Lines        1703     1932     +229     
==========================================
+ Hits         1198     1270      +72     
- Misses        505      662     +157     
Impacted Files Coverage Δ
src/ArrayDictionary.jl 53.22% <0.00%> (-18.52%) ⬇️
src/ArrayIndices.jl 81.81% <0.00%> (-8.19%) ⬇️
src/Dictionaries.jl 100.00% <ø> (ø)
src/sort.jl 0.00% <0.00%> (ø)
src/Dictionary.jl 58.13% <6.25%> (-7.95%) ⬇️
src/Indices.jl 73.22% <20.45%> (-8.01%) ⬇️
src/tokens.jl 28.98% <75.00%> (+5.17%) ⬆️
src/find.jl 73.00% <100.00%> (-27.00%) ⬇️
... and 3 more

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 aeab543...fd6444e. Read the comment docs.

@andyferris andyferris changed the title Add search operations that make sense with ordering Add sort and search operations that make sense with ordering Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant