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

More factory methods #30

Merged
merged 2 commits into from
Aug 6, 2023
Merged

More factory methods #30

merged 2 commits into from
Aug 6, 2023

Conversation

tzaeschke
Copy link
Owner

Added missing factory methods for kd-tree(IndexConfig) and STR-lo;aded R-Trees.

@tzaeschke tzaeschke self-assigned this Aug 6, 2023
@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Merging #30 (31a3f5d) into master (53267e0) will decrease coverage by 0.13%.
The diff coverage is 68.25%.

@@             Coverage Diff              @@
##             master      #30      +/-   ##
============================================
- Coverage     73.74%   73.62%   -0.13%     
- Complexity     2044     2046       +2     
============================================
  Files            76       76              
  Lines          8041     8057      +16     
  Branches       1575     1575              
============================================
+ Hits           5930     5932       +2     
- Misses         1723     1737      +14     
  Partials        388      388              
Files Changed Coverage Δ
src/main/java/org/tinspin/index/BoxMap.java 41.66% <0.00%> (-13.89%) ⬇️
src/main/java/org/tinspin/index/BoxMultimap.java 36.36% <0.00%> (-13.64%) ⬇️
src/main/java/org/tinspin/index/PointMap.java 47.05% <0.00%> (-14.48%) ⬇️
src/main/java/org/tinspin/index/PointMultimap.java 41.17% <0.00%> (-12.67%) ⬇️
...java/org/tinspin/index/rtree/RTreeMixedQuery2.java 0.00% <0.00%> (ø)
...ain/java/org/tinspin/index/rtree/RTreeNodeDir.java 93.75% <ø> (ø)
...in/java/org/tinspin/index/rtree/RTreeNodeLeaf.java 100.00% <ø> (ø)
...c/main/java/org/tinspin/index/rtree/STRLoader.java 55.35% <0.00%> (ø)
...n/java/org/tinspin/index/util/PointMapWrapper.java 90.69% <ø> (ø)
...a/org/tinspin/index/util/PointMultimapWrapper.java 86.95% <ø> (ø)
... and 8 more

@tzaeschke tzaeschke merged commit b8816a3 into master Aug 6, 2023
1 of 3 checks passed
@tzaeschke tzaeschke deleted the fix/30-missing-factory-methods branch August 6, 2023 15:25
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

1 participant