Skip to content

feat(javascript): removing HPS #2001

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

Closed
wants to merge 4 commits into from
Closed

Conversation

theweipeng
Copy link
Member

What does this PR do?

Removed HPS because we can now use --expose_externalize_string to detect the encoding of a string.
Additionally, we have submitted a PR (nodejs/node#56147) to Node.js for detecting string encoding. If this PR is merged, we will be able to achieve good performance without this flag.

Related issues

#2000

…to detect the encoding of a string. Additionally, we have submitted a PR to Node.js for detecting string encoding. If this PR is merged, we will be able to achieve good performance without this flag.
@chaokunyang
Copy link
Collaborator

chaokunyang commented Jan 9, 2025

@theweipeng Should we still keep hps since nodejs/node#56147 will be available for newer nodejs version?

OK,I'll turn this into a draft

@theweipeng theweipeng marked this pull request as draft January 9, 2025 07:41
@theweipeng
Copy link
Member Author

It will be a long time before that PR committed in node repo be released. And hps module has far more performance than the way provided by that PR. So I will close this PR

@theweipeng theweipeng closed this Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants