You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/08/05 21:29:58 UTC

[GitHub] [jena] afs commented on issue #1470: Sub-par concurrent read performance with jena-iri

afs commented on issue #1470:
URL: https://github.com/apache/jena/issues/1470#issuecomment-1206890457

   Are you calling jena-iri directly? 
   
   1/
   IRIx is an abstraction layer for replaceable IRI implementations.
   One such IRI3986 implementation is https://github.com/afs/x4ld/tree/main/iri4ld .
   Minimal object creation - one object to record the results per parser call and `RFC3986.create` is thread-safe.
   
   2/
   The parser pipeline which uses a cache to avoid duplicate work;
   https://github.com/apache/jena/blob/main/jena-arq/src/main/java/org/apache/jena/riot/system/FactoryRDFCaching.java#L62
   which incidentally has the benefit of reducing memory footprint (IIRC by about a 1/3).
   
   
   FYI: https://github.com/tarql/tarql/pull/99 upgrade tarql to Apache Jena 4.5.0


-- 
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: issues-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org