You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/11/04 17:28:00 UTC

[jira] [Commented] (JENA-2173) Add asynchronous parsing

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

ASF subversion and git services commented on JENA-2173:
-------------------------------------------------------

Commit 0f6c255cb259951d8f391e34ea5b7e0cc01a17ea in jena's branch refs/heads/main from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=0f6c255 ]

Merge pull request #1099 from afs/async-iter

JENA-2173: Pull parsing based on AsyncParser

> Add asynchronous parsing
> ------------------------
>
>                 Key: JENA-2173
>                 URL: https://issues.apache.org/jira/browse/JENA-2173
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: RIOT
>    Affects Versions: Jena 4.2.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Major
>             Fix For: Jena 4.3.0
>
>
> Add code to parser on a separate thread and send batching of parsed items to the caller thread for further processing.
> This is only beneficial in certain circumstances because there is overhead in setup and in the passing of data between threads.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)