> -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Monday, October 3, 2022 8:38 PM > To: Wang, Yipeng1 <[email protected]>; Rong, Leyi > <[email protected]> > Cc: [email protected]; Richardson, Bruce <[email protected]>; > [email protected]; [email protected]; [email protected]; > Gobriel, Sameh <[email protected]>; [email protected] > Subject: Re: [PATCH v5 1/2] member: implement NitroSketch mode > > 16/09/2022 05:03, Leyi Rong: > > lib/member/meson.build | 49 ++- > > lib/member/rte_member.c | 75 ++++ > > lib/member/rte_member.h | 154 ++++++- > > lib/member/rte_member_heap.h | 424 ++++++++++++++++++ > > lib/member/rte_member_sketch.c | 594 ++++++++++++++++++++++++++ > > lib/member/rte_member_sketch.h | 97 +++++ > > lib/member/rte_member_sketch_avx512.c | 70 +++ > > lib/member/rte_member_sketch_avx512.h | 35 ++ > > lib/member/rte_xxh64_avx512.h | 117 +++++ > > What means xxh64? Should it be x86_64?
Hi Thomas, xxh64 stands for xxHash generates 64-bit hashes, using 64-bit arithmetic. > >

