tkobayas commented on issue #6088:
URL:
https://github.com/apache/incubator-kie-drools/issues/6088#issuecomment-2370194618
`AbstractKieProject.buildKnowledgePackages` is called per kbase model.
`KieBuilderImpl.filterFileInKBase` is called per file.
`KieBuilderImpl.packageNameFromDtable` ->
`DecisionTableProviderImpl.loadFromResource` -> `SpreadsheetCompiler.compile`
If a KieProject has 20 kbase models and 20 spreadsheets,
`packageNameFromDtable` is called 400 times. One `packageNameFromDtable` may
not take very long time (1 or 2 seconds), but 400 times are significant.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]