arne-bdt opened a new pull request, #2316:
URL: https://github.com/apache/jena/pull/2316

   GitHub issue resolved #2169
   
   Pull request Description:
   - added new interface Copyable<>
     - implemented Copyable#copy in GraphMem2 all three descendants (Legacy, 
Fast and Roaring)
     - extended TripleStore to implement Copyable<> and implemented it in all 
three descendants (Legacy, Fast and Roaring)
   - added copy constructors to mem2/collections/*, mem2/store/*/*Bunch, 
mem2/store/*/*HashMap and mem2/store/*/*Set
   - added unit tests to keep the test coverage for mem2/** at 100%
   - added benchmark for GraphMem2#copy
   - implemented new method G#copy which uses Copyable#copy if the graph 
implements it, otherwise G#copyGraphSrcToDst is used as fallback.
     - added a unit test for G#copy
   
   
   ----
   
    - [X] Tests are included.
    - [ ] Documentation change and updates are provided for the [Apache Jena 
website](https://github.com/apache/jena-site/)
    - [X] Commits have been squashed to remove intermediate development commit 
messages.
    - [X] Key commit messages start with the issue number (GH-xxxx, or if in 
JIRA, JENA-xxxx)
   
   By submitting this pull request, I acknowledge that I am making a 
contribution to the Apache Software Foundation under the terms and conditions 
of the [Contributor's 
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
   
   ----
   
   See the [Apache Jena "Contributing" 
guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to