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

refact: early stop & perf improve for paths traverser/api #1694

Merged
merged 6 commits into from
Dec 15, 2021
Merged

Conversation

imbajin
Copy link
Member

@imbajin imbajin commented Dec 14, 2021

image

As the graph above, we will drop a->d->c->e path now (the perf will speed up 100x~1000x due to the prune improve), the details will add a doc to describe (later)

@codecov
Copy link

codecov bot commented Dec 14, 2021

Codecov Report

Merging #1694 (72d22de) into master (59f0ce9) will decrease coverage by 0.00%.
The diff coverage is 89.47%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1694      +/-   ##
============================================
- Coverage     67.09%   67.09%   -0.01%     
- Complexity     7081     7085       +4     
============================================
  Files           420      420              
  Lines         34682    34697      +15     
  Branches       4809     4813       +4     
============================================
+ Hits          23269    23279      +10     
- Misses         9079     9081       +2     
- Partials       2334     2337       +3     
Impacted Files Coverage Δ
.../algorithm/records/SingleWayMultiPathsRecords.java 53.96% <71.42%> (ø)
.../algorithm/records/DoubleWayMultiPathsRecords.java 94.18% <89.47%> (-4.58%) ⬇️
...h/traversal/algorithm/records/AbstractRecords.java 65.21% <100.00%> (+5.21%) ⬆️
...raph/traversal/algorithm/records/PathsRecords.java 86.66% <100.00%> (+2.05%) ⬆️
...m/baidu/hugegraph/util/collection/Int2IntsMap.java 76.05% <100.00%> (+1.05%) ⬆️
...a/com/baidu/hugegraph/backend/query/Condition.java 79.78% <0.00%> (-0.37%) ⬇️
...u/hugegraph/backend/store/hbase/HbaseSessions.java 58.11% <0.00%> (+0.24%) ⬆️

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 59f0ce9...72d22de. Read the comment docs.

@javeme javeme merged commit a0ffdc4 into master Dec 15, 2021
@javeme javeme deleted the paths-perf branch December 15, 2021 11:39
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.

None yet

3 participants