Skip to content

Performance: Using SIMD to imporve object key match #78

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

Open
b41sh opened this issue Mar 25, 2025 · 1 comment · May be fixed by #80
Open

Performance: Using SIMD to imporve object key match #78

b41sh opened this issue Mar 25, 2025 · 1 comment · May be fixed by #80
Assignees
Labels
performance Improve performance

Comments

@b41sh
Copy link
Member

b41sh commented Mar 25, 2025

When we search whether the key in the object matches, we read the data of jentry and key in sequence, and the performance will be poor when there are many keys. We can speed up this process by using SIMD directives.

@b41sh b41sh added the performance Improve performance label Mar 25, 2025
@KKould
Copy link
Member

KKould commented Mar 25, 2025

assign me

@KKould KKould linked a pull request Mar 28, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Improve performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants