[
https://issues.apache.org/jira/browse/DAFFODIL-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17492609#comment-17492609
]
Josh Adams commented on DAFFODIL-2649:
--------------------------------------
While faster is always better, I"m seeing the following on P8:
[jadams@localhost xsd]$ time daffodil save-parser --schema
P8A-DAMA-Main-L2H.dfdl.xsd > ~/p8low.bin
[warn] Schema Definition Warning: Explicit dfdl:length of 0 is out of range for
facet minLength='1'.
Schema context: invalidNoData Location line 106 column 8 in
file:/home/jadams/Programming/tresys/P8/src/main/resources/com/owlcyberdefense/p8/xsd/errorCases.dfdl.xsd
[warn] Schema Definition Warning: Explicit dfdl:length of 1 is out of range for
facet maxLength='0'.
Schema context: invalidByteSkipped Location line 169 column 8 in
file:/home/jadams/Programming/tresys/P8/src/main/resources/com/owlcyberdefense/p8/xsd/errorCases.dfdl.xsd
real 0m7.150s
user 0m30.895s
sys 0m1.373s
And for parsing:
real 0m1.353s
user 0m4.997s
sys 0m0.258s
Any chance your machine is in a power saving state [~mbeckerle]?
> compilation times and compiled-schema-loading times have become excessive
> -------------------------------------------------------------------------
>
> Key: DAFFODIL-2649
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2649
> Project: Daffodil
> Issue Type: Bug
> Components: General
> Affects Versions: 3.2.1
> Reporter: Mike Beckerle
> Priority: Major
>
> For large DFDL Schemas (e.g., combined schema using 3 different revisions of
> VMF together) compilation times are now exessive (many minutes), and even
> loading the binary compiled parser (45MBytes in size) takes like what seems
> to be a minute.
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)