-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom kout/kneighbor, multi-node-shortest-path, jaccard-similar and …
…template paths (#1174) * Add customized kout/kneighbor, template path, multi-node-shortest-path and jaccard similar * fix OLTP algorithm not check if source/target vertex exist (#1156) * support customized kout and kneighbor * support multi node shortest path API * support template paths api * support jaccard similars find oltp api * use multi-thread to accelerate * big depth and both direction use multi threads, otherwise single threead * fix shortest path api NLP * Szzq paths improve (#51) * template path use concurrent HashSet to save paths in concurrent mode * support property filter for paths api * fix configuration not supported with auth (#55) * template path supports repeat times args (#57) * paths supports nearest args * oltp multiple threads reuse * add multiple thread depth config * fix group perperty can't be empty * upgrade api version to 58 * move customized kout/kneighbor to kout/kneighbor * move jaccard similar into jaccard similarity * fix kout/kneighbor withVertex not work * rebase ramtable * extract common traverser from template paths traversers * extract path traverser for template paths and collection paths * normalize traverser implements: #1173 Change-Id: I85aa1d4274554d65f85a0deb7ac596e65dbb503b
- Loading branch information
Showing
38 changed files
with
2,860 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.