This is about using SIMD to avoid even calling std.mem.eql for 99% of the possible attempts.
My read is it would use SIMD if T is @Vector, and not otherwise? But I'm neither a zig nor SIMD expert
This is about using SIMD to avoid even calling std.mem.eql for 99% of the possible attempts.