[jboss-jira] [JBoss JIRA] (DROOLS-2116) Improve EvaluationContextImpl memory usage
Fedor Gavrilov (JIRA)
issues at jboss.org
Wed Nov 8 09:33:00 EST 2017
Fedor Gavrilov created DROOLS-2116:
--------------------------------------
Summary: Improve EvaluationContextImpl memory usage
Key: DROOLS-2116
URL: https://issues.jboss.org/browse/DROOLS-2116
Project: Drools
Issue Type: Enhancement
Components: dmn engine
Reporter: Fedor Gavrilov
Assignee: Fedor Gavrilov
Priority: Minor
Currently java.util.Stack is used to represent call stack. This data structure copies arrays on each pop operation and thus fits the role worse than LinkedList and ArrayDeque offered by standard library, which both offer better performance and less GC pressure.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list