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

optimize kout/kneighbor count (avoid copying set) #1550

Merged
merged 3 commits into from
Aug 2, 2021
Merged

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Jul 29, 2021

Change-Id: I6181aee91ad9585744c53b7207d76205817e7529

Change-Id: I6181aee91ad9585744c53b7207d76205817e7529
@codecov
Copy link

codecov bot commented Jul 29, 2021

Codecov Report

Merging #1550 (97b6001) into master (5df904b) will decrease coverage by 0.06%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1550      +/-   ##
============================================
- Coverage     60.34%   60.28%   -0.07%     
+ Complexity     6393     6391       -2     
============================================
  Files           417      417              
  Lines         34289    34298       +9     
  Branches       4735     4738       +3     
============================================
- Hits          20693    20677      -16     
- Misses        11460    11487      +27     
+ Partials       2136     2134       -2     
Impacted Files Coverage Δ
...m/baidu/hugegraph/api/traversers/KneighborAPI.java 0.00% <0.00%> (ø)
...va/com/baidu/hugegraph/api/traversers/KoutAPI.java 0.00% <0.00%> (ø)
...com/baidu/hugegraph/serializer/JsonSerializer.java 50.00% <0.00%> (+0.46%) ⬆️
...ava/com/baidu/hugegraph/serializer/Serializer.java 0.00% <ø> (ø)
.../traversal/algorithm/records/KneighborRecords.java 0.00% <0.00%> (ø)
...graph/traversal/algorithm/records/KoutRecords.java 0.00% <0.00%> (ø)
...va/com/baidu/hugegraph/auth/HugeAuthenticator.java 34.78% <0.00%> (-5.44%) ⬇️
...ain/java/com/baidu/hugegraph/task/TaskManager.java 69.06% <0.00%> (-1.44%) ⬇️
...in/java/com/baidu/hugegraph/auth/HugeResource.java 77.92% <0.00%> (-1.30%) ⬇️
.../java/com/baidu/hugegraph/auth/RolePermission.java 90.58% <0.00%> (-1.18%) ⬇️
... and 5 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 5df904b...97b6001. Read the comment docs.

Change-Id: I628f3ac728e802123e9e65035689bc0778b98fa3
Change-Id: I4e775b77964980644b08d8569315b4ab9af0701f
@Linary Linary merged commit e7a6e62 into master Aug 2, 2021
@Linary Linary deleted the optimize-kout-count branch August 2, 2021 09:56
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