xmolecules / jmolecules-integrations

Technology integration for jMolecules
Apache License 2.0
85 stars 23 forks source link

Avoid re-computation of ByteBuddy plugins #130

Closed odrotbohm closed 2 years ago

odrotbohm commented 2 years ago

We currently recompute the source set of plugins to be checked for applicability to a TypeDefinition for each definition passed to JMoleculesPlugin.onPreprocess(…). This is superfluous, as the result of the calculation doesn't depend on the definition in the first place.