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