-
Notifications
You must be signed in to change notification settings - Fork 3k
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 about multiple calls to replace #1019
Comments
That's a good suggestion. Thanks! @camelliazhang could you comment on this? |
Dear issue owner, Thanks for your interest in WhereHows. We have recently announced DataHub which is the rebranding of WhereHows. LinkedIn improved the architecture of WhereHows and rebranded WhereHows into DataHub and replaced its metadata infrastructure in this direction. DataHub is a more advanced and improved metadata management product compared to WhereHows. Unfortunately, we have to stop supporting WhereHows to better focus on DataHub and offer more help to DataHub users. Therefore, we will drop all issues related to WhereHows and will not accept any contribution for it. Active development for DataHub has already started on Please check the Best, |
Hi,
I have found multiple calls to
String.replace(.. , ..)
about the same pattern in the project.For example, in the file WhereHows/wherehows-frontend/app/utils/Search.java:
There are multiple calls to
replace
about "$FIELD", "$VALUE" and "$TYPE". If it was achieved like the following code, it will promote its performance and be able to reuse the pattern.The text was updated successfully, but these errors were encountered: