Module eight_value_lookup

Module eight_value_lookup 

Source
Expand description

SIMD-accelerated lookup for finding positions in small u32 tables

This module provides efficient position lookup for checking if a u32 value exists in a table of up to 8 u32 values, returning the position (0-7) if found or -1 if not found.

Structsยง

EightValueLookup
SIMD-accelerated position lookup for finding a u32 value in a table of up to 8 values