-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance #40
Comments
#43 fixes a lot. For DataFrame it halves the build time! Still, I think there's some potential speed to gain in the ArgDocProcessor; currently, all |
Now there might be some more time saving in caching the builds with
Partial updates could also be done, but that would require more research. |
Also, ArgDocProcessor could run in parallel :) |
Running the processor with Gradle can take a long while in a project the size of DataFrame. This can be felt most using the
@include
and arg processors, mainly, probably, because they're used the most in the project.Some performance steps need to be researched.
The text was updated successfully, but these errors were encountered: