Skip to content

Nqjoin efficiency 2#2733

Merged
mattdowle merged 2 commits intomasterfrom
nqjoin_efficiency_2
Apr 9, 2018
Merged

Nqjoin efficiency 2#2733
mattdowle merged 2 commits intomasterfrom
nqjoin_efficiency_2

Conversation

@mattdowle
Copy link
Copy Markdown
Member

More significant follow up to PR #2732 to reduce resources of nqjoin tests 1641-1652.

In check(), row numbers are now gathered and then selected once afterwards, rather than making many small tables and then using rbindlist(). Also, isolated the eval(e) from subset optimization which may have been at play, too.

@mattdowle mattdowle added this to the v1.10.6 milestone Apr 9, 2018
@codecov-io
Copy link
Copy Markdown

codecov-io commented Apr 9, 2018

Codecov Report

Merging #2733 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2733   +/-   ##
=======================================
  Coverage   93.43%   93.43%           
=======================================
  Files          61       61           
  Lines       12295    12295           
=======================================
  Hits        11488    11488           
  Misses        807      807

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 fd7eb8d...74ecdfb. Read the comment docs.

@mattdowle mattdowle merged commit 4a80e14 into master Apr 9, 2018
@mattdowle mattdowle deleted the nqjoin_efficiency_2 branch April 9, 2018 23:50
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.

2 participants