-
Notifications
You must be signed in to change notification settings - Fork 28
Add Spliterator on NodesQuadTree #243
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2d9d51e
Change default config for block size and default dict size
mbastian 9d45524
Replace LinkedHashSet with arrays and implement spliterator
mbastian d1dc65b
Add multi-node edge iterator
mbastian a353512
Refactoring to remove duplicate getNodes methods in quadtree
mbastian 6dd3228
Add edge iteration support in quadtree
mbastian 2e3b78f
Add global quad tree edge iterator option
mbastian 57bdb78
Refactor to configure edge inout iterator locking and test all edges …
mbastian 106ec66
Formatting
mbastian cb117e0
Git ignore
mbastian cfff225
Non approximate support for global iterator and bugfix
mbastian b6094b7
Add additional tests
mbastian cdfd603
Quadtree versioning
mbastian 62fddbe
Tweak boundaries
mbastian 86bae6f
Documentation
mbastian 7a2bb1f
Update src/main/java/org/gephi/graph/impl/NodesQuadTree.java
mbastian 049b8a5
Fix locking function name clash in view decorator
mbastian d404329
Fix toArray
mbastian 97b90c1
Merge branch '242-spliterator-spatial' of github.com:gephi/graphstore…
mbastian c00eb63
Reduce memory overhead of quad node array init
mbastian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,4 @@ nbactions.xml | |
| /store/graphstore/target/ | ||
| .idea | ||
| *.iml | ||
| .vscode/** | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.