Skip to content

Hash table lookup implementation using Neon (ARM's SIMD) #6013

@antonangeloff

Description

@antonangeloff

Is your feature request related to a problem? Please describe.
Currently the hash table implementation has SSE2-based lookup which is used on x86/64 platforms.

Describe the solution you'd like
It would be good to implement Neon-based lookup for better performance on ARM.

Describe alternatives you've considered
None

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions