Skip to content

Performance: Using SIMD to imporve object key match #78

Description

@b41sh

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.

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions