afs opened a new issue, #1775:
URL: https://github.com/apache/jena/issues/1775

   ### Change
   
   This cache seems to do nothing - it does not seem to speed anything up. This 
is possible because it has been in the codebase for a very long time and modern 
hardware and Java code optimization are different these days.
   
   The cache used to be a 5000 slot fixed size cache. That slowed model 
creation down due to initialing mmeory. It is now a 1000 slot LRU cache.
   
   It does mean models are a bit larger and a model that is only read can grow 
in memory footprint through use.
   
   
   ### Are you interested in contributing a pull request for this task?
   
   Yes


-- 
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