Skip to content

Performance: Using SIMD to imporve object key match #78

Open
@b41sh

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions