> -----Original Message----- > From: Wang, Yipeng1 > Sent: Tuesday, October 3, 2017 5:32 AM > To: [email protected]; De Lara Guarch, Pablo > <[email protected]> > Cc: [email protected]; Tai, Charlie <[email protected]>; Gobriel, > Sameh <[email protected]>; Mcnamara, John > <[email protected]>; Wang, Yipeng1 <[email protected]> > Subject: [PATCH v5 4/7] member: add AVX for HT mode > > For key search, the signatures of all entries are compared against the > signature of the key that is being looked up. Since all signatures are > contiguously put in a bucket, they can be compared with vector instructions > (AVX2), achieving higher lookup performance. > > This patch adds AVX2 implementation in a separate header file. > > Signed-off-by: Yipeng Wang <[email protected]>
Reviewed-by: Pablo de Lara <[email protected]>

