[
https://issues.apache.org/jira/browse/JENA-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985600#comment-16985600
]
ASF subversion and git services commented on JENA-1787:
-------------------------------------------------------
Commit abb998d76717a7d7304736c66722a8e8a39d2c5e in jena's branch
refs/heads/master from strangepleasures
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=abb998d ]
JENA-1787: Improve performance of ValidationProc.simpleValidatationNode
> Improve performance of ValidationProc.simpleValidatationNode
> ------------------------------------------------------------
>
> Key: JENA-1787
> URL: https://issues.apache.org/jira/browse/JENA-1787
> Project: Apache Jena
> Issue Type: Improvement
> Components: SHACL
> Reporter: Pavel Mikhailovskii
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Current implementation of ValidationProc.simpleValidatationNode (there's a
> typo in the name BTW) involves finding of *all* target nodes for a specific
> shape which is very inefficient (we only need to check *one* node) and might
> lead to OOMEs. A proper implementation should only check if a shape is
> applicable to the node of interest.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)