[libc-commits] [PATCH] D136487: [libc.search] [PATCH 1/6] add wyhash as a header library

Schrodinger ZHU Yifan via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 15 17:50:26 PST 2022


SchrodingerZhu updated this revision to Diff 483402.
SchrodingerZhu added a comment.

- address problems mentioned reviews:
  - add tests to examine hash function has low bias in byte range
  - add tests to examine hash function has enough avalanche effect


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136487/new/

https://reviews.llvm.org/D136487

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/wyhash.h
  libc/test/src/__support/CMakeLists.txt
  libc/test/src/__support/wyhash_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136487.483402.patch
Type: text/x-patch
Size: 10553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221216/817ce4de/attachment.bin>


More information about the libc-commits mailing list