Skip to content
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

Optimize loading time of CirceAkkaSerializer #175

Merged
merged 3 commits into from
Jun 29, 2022

Conversation

LukaszKontowski
Copy link
Contributor

closes #138

  • made checkSerializableTypesForMissingCodec invocation configurable and disabled by default
  • checkSerializableTypesForMissingCodec is really time-consuming and affects performance of the Circe Akka Serializer negatively in tests and in runtime
  • checkSerializableTypesForMissingCodec is not needed if codec-registration-checker-compiler-plugin is enabled and compilation has been a clean build (not incremental - for part of sources)
  • codec-registration-checker-compiler-plugin could be needed for some specific corner cases - as described in Fix false-negatives for codec registration checker plugin #170 - but these are rare situations that will be caught as errors by this compiler plugin in most cases

@LukaszKontowski LukaszKontowski merged commit 39b85e5 into main Jun 29, 2022
@LukaszKontowski LukaszKontowski deleted the optimize_circe_akka_serializer branch June 29, 2022 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize loading time of CirceAkkaSerializer
2 participants