Skip to content

Performance considerations of the EntityView module #1566

Answered by beikov
david-kubecka asked this question in Q&A
Discussion options

You must be logged in to vote

Compile time
E.g. Is there a significant overhead of the annotation processor? (that is compared to the baseline setup)

Obviously, the annotation processor comes with some overhead as it has to analyze entity view classes and generate code for them, but the overhead should be negligible compared to the overall compilation process. Apart from that, you can also skip annotation processing if you prefer generating classes at boot time.

Boot time
Here I guess there's the extra initial @EntityView scanning which might significantly prolong start-up time. I've seen some past issues and improvements in this area, though. What's the current status? Any future developments planned here (or at l…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@david-kubecka
Comment options

@beikov
Comment options

@david-kubecka
Comment options

@beikov
Comment options

@david-kubecka
Comment options

Answer selected by david-kubecka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants