[
https://issues.apache.org/jira/browse/DAFFODIL-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Beckerle resolved DAFFODIL-1978.
----------------------------------------
Resolution: Fixed
Assignee: Dave Thompson (was: Michael Beckerle)
Fixed in 8dcb4e4cc8f486bb5ef082719be36ef519fd361e
Once Tresys' nightly performance regression has run successfully on this
version (or newer), then that will serve as verification that this is
adequately resolved as this change cuts across all of the runtime.
> Change runtime to use vectors not lists/seq
> -------------------------------------------
>
> Key: DAFFODIL-1978
> URL: https://issues.apache.org/jira/browse/DAFFODIL-1978
> Project: Daffodil
> Issue Type: Improvement
> Components: Clean Ups
> Affects Versions: 2.1.0
> Reporter: Michael Beckerle
> Assignee: Dave Thompson
> Priority: Minor
> Fix For: 2.2.0
>
>
> The runtime should be using Vector, not Seq/List.
> Change childProcessors and runtimeDependencies to Vector types, and all
> usages then as well.
> The core/compiler primtives layer is the bridge between DSOM and the grammar,
> which deal in List/Seq, and the runtime, which uses Vectors.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)