Apache Daffodil newby...
Trying to save start up time with an Apache Daffodil message parsing application.
Just wanted to know if it were possible (or feasible) to pre-compile an Apache Daffodil "DataProcessor" object (with a designated schema, of course) - and then to use it as a build dependency for a separate application using Daffodil parsing.
---I.e., versus awaiting the schema compile at runtime