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

Enable AVX512 for Base64 encoding #45089

Closed
lucshi opened this issue Oct 20, 2022 · 2 comments
Closed

Enable AVX512 for Base64 encoding #45089

lucshi opened this issue Oct 20, 2022 · 2 comments
Labels
feature request Issues that request new features to be added to Node.js. stale

Comments

@lucshi
Copy link

lucshi commented Oct 20, 2022

What is the problem this feature will solve?

Enable AVX512 for Base64 encoding

What is the feature you are proposing to solve the problem?

I have submitted the patch of enabling AVX512 for Base64 encoding to the klomp project which is the node.js dependent project.
Meanwhile there is some bug fixes for AVX2 and others. I plan to update the node.js/deps/base64 folder.

What alternatives have you considered?

No response

@lucshi lucshi added the feature request Issues that request new features to be added to Node.js. label Oct 20, 2022
lucshi pushed a commit to lucshi/node that referenced this issue Oct 20, 2022
Update the Base64 SIMD library which include new features of AVX512
support and AVX inline assembly and several bug fixes.

Fixes: nodejs#45089
@targos targos moved this to Pending Triage in Node.js feature requests Oct 22, 2022
@github-actions
Copy link
Contributor

There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment.

For more information on how the project manages feature requests, please consult the feature request management document.

@github-actions github-actions bot added the stale label Apr 19, 2023
@github-actions
Copy link
Contributor

There has been no activity on this feature request and it is being closed. If you feel closing this issue is not the right thing to do, please leave a comment.

For more information on how the project manages feature requests, please consult the feature request management document.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2023
lpinca pushed a commit that referenced this issue Nov 8, 2023
Update the Base64 SIMD library which include new features of AVX512
support and AVX inline assembly and several bug fixes.

Fixes: #45089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant