pulquero / Halyard

Halyard-star is an extremely horizontally scalable Triplestore with support for Named Graphs, designed for integration of extremely large Semantic Data Models, and for storage and SPARQL 1.1 querying of the whole Linked Data universe snapshots.
https://pulquero.github.io/Halyard
Apache License 2.0
12 stars 2 forks source link

Optimised object serialization. #6

Closed pulquero closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #6 (29b9bd4) into latest (6e45317) will decrease coverage by 0.37%. The diff coverage is 72.93%.

@@             Coverage Diff              @@
##             latest       #6      +/-   ##
============================================
- Coverage     76.19%   75.81%   -0.38%     
+ Complexity     1249     1243       -6     
============================================
  Files           104      105       +1     
  Lines          7560     7620      +60     
  Branches       1208     1211       +3     
============================================
+ Hits           5760     5777      +17     
- Misses         1355     1399      +44     
+ Partials        445      444       -1     
Impacted Files Coverage Δ
...com/msd/gin/halyard/common/IdentifiableTriple.java 0.00% <0.00%> (ø)
...in/java/com/msd/gin/halyard/common/XMLLiteral.java 44.44% <0.00%> (ø)
.../halyard/optimizers/HalyardQueryJoinOptimizer.java 69.76% <0.00%> (ø)
...in/java/com/msd/gin/halyard/tools/RDFSplitter.java 61.50% <0.00%> (ø)
.../com/msd/gin/halyard/common/HalyardTableUtils.java 67.55% <14.28%> (-0.11%) :arrow_down:
.../main/java/com/msd/gin/halyard/common/ValueIO.java 74.69% <63.63%> (-8.06%) :arrow_down:
.../com/msd/gin/halyard/sail/HBaseSailConnection.java 78.83% <66.66%> (-0.29%) :arrow_down:
...va/com/msd/gin/halyard/common/IdentifiableIRI.java 93.75% <90.90%> (-6.25%) :arrow_down:
...c/main/java/com/msd/gin/halyard/common/Hashes.java 88.00% <100.00%> (+1.04%) :arrow_up:
...ava/com/msd/gin/halyard/common/IdValueFactory.java 79.31% <100.00%> (+6.89%) :arrow_up:
... and 23 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 6e45317...29b9bd4. Read the comment docs.