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

Faster EntityKind deserialization #260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jackkoenig
Copy link

Split the string at the first colon rather than using regular expressions.

I'm using this on a large build unit. Loading the model was taking ~55 seconds--with this change it now takes 10 seconds.

@lightbend-cla-validator
Copy link
Collaborator

Hi @jackkoenig,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Akka Contributors License Agreement:

http://www.lightbend.com/contribute/cla

Copy link
Contributor

@SethTisue SethTisue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, nice to see someone using this! Looks mergeable, but one nitpick

We will need the signed CLA, too

@SethTisue
Copy link
Contributor

if you rebase on current main (to get #249), that should fix CI

Split the string at the first colon rather than using regular
expressions.
@jackkoenig jackkoenig force-pushed the faster-entitykind-deserialization branch from 9284820 to 8235582 Compare December 18, 2024 21:49
@jackkoenig
Copy link
Author

Hi, nice to see someone using this! Looks mergeable, but one nitpick

Thanks for the great tool, it's been very useful helping untangle a rats nest of circular dependencies 🙂

We will need the signed CLA, too

Yes of course, I am working on getting corporate to sign off. Might take a minute due to holidays.

if you rebase on current main (to get #249), that should fix CI

Done, thanks for fixing CI!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants