Here's the pull request in Validation.
On my M3 Max the check of embedding takes 2m 25s.
The whole production build with code generation, multiple Gradle projects for the integration tests takes 1m 2s, and it's Java and Kotlin with JVM and all.
Embedding the code takes 2m 1s. Presumably, the check should run faster than embedding.
We need to make both modes much faster. There's something wrong going on in the code. It shouldn't be that slow.
Here's the pull request in Validation.
On my M3 Max the check of embedding takes 2m 25s.
The whole production build with code generation, multiple Gradle projects for the integration tests takes 1m 2s, and it's Java and Kotlin with JVM and all.
Embedding the code takes 2m 1s. Presumably, the check should run faster than embedding.
We need to make both modes much faster. There's something wrong going on in the code. It shouldn't be that slow.