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

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

Commit 0b0a4f3d736851d92a8a845bab41f6b545dfbcdd in jena's branch 
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=0b0a4f3 ]

JENA-905 : NodeTableCache can optimize a fast-path on entry present.

> Common caching approach
> -----------------------
>
>                 Key: JENA-905
>                 URL: https://issues.apache.org/jira/browse/JENA-905
>             Project: Apache Jena
>          Issue Type: Improvement
>    Affects Versions: Jena 2.13.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>             Fix For: Jena 2.13.1
>
>
> Jena can consolidate around one caching implementation for several of these 
> areas.
> Some uses of long term caches:
> * TDB (see JENA-801)
> * Rules (see JENA-901)
>  * ARQ
>    * DatasetGraphCaching, DatasetImpl
>     * org.apache.jena.riot.system.IRIResolver
> * Fuseki - SPARQL Query Caching (JENA-626)
> * Core - {{EnhGraph}}.
> One candidate is [Google Guava|https://github.com/google/guava]. It has the 
> advantage of providing an atomic get-load operation that would be beneficial 
> in some cases.
> However, many systems use different versions Guava. To stop Jena's choice of 
> version clashing, we can shade a version to isolate it.
> [Email 
> thread|http://mail-archives.apache.org/mod_mbox/jena-dev/201503.mbox/%3C550B094F.3020605%40apache.org%3E]
> [Pull request #45|https://github.com/apache/jena/pull/45]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to