[jira] (JENA-1284) Improve GraphUtil operations by considering relative graph sizes.

2017-01-31 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/JENA-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847372#comment-15847372
 ] 

ASF GitHub Bot commented on JENA-1284:
--

GitHub user afs opened a pull request:

https://github.com/apache/jena/pull/212

JENA-1284: Improvements for bulk graph operations in GraphUtil

(for Jena 3.3.0 development)

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/afs/jena graphutil

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jena/pull/212.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #212


commit 781895ce64e062c7f2268a78189a777c39b92844
Author: Andy Seaborne 
Date:   2017-01-27T13:31:59Z

Improve bulk operations depending on relative sizes of graphs

commit 01419943d908676152c43a66bda16cb90cba3a46
Author: Andy Seaborne 
Date:   2017-01-28T12:13:16Z

Extra tests for bulk addInto/deleteFrom.




> Improve GraphUtil operations by considering relative graph sizes.
> -
>
> Key: JENA-1284
> URL: https://issues.apache.org/jira/browse/JENA-1284
> Project: Apache Jena
>  Issue Type: Improvement
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>
> Some of the bulk `GraphUtil` operations, `addInto` and `deleteFrom`, could be 
> improved to loop on the smaller graph and have different algorithms depending 
> on whether source or destination graph is smaller.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] (JENA-1284) Improve GraphUtil operations by considering relative graph sizes.

2017-01-31 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1284:
---

 Summary: Improve GraphUtil operations by considering relative 
graph sizes.
 Key: JENA-1284
 URL: https://issues.apache.org/jira/browse/JENA-1284
 Project: Apache Jena
  Issue Type: Improvement
Reporter: Andy Seaborne
Assignee: Andy Seaborne


Some of the bulk `GraphUtil` operations, `addInto` and `deleteFrom`, could be 
improved to loop on the smaller graph and have different algorithms depending 
on whether source or destination graph is smaller.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)