cosmopolitan/third_party/xxhash
Justine Tunney 97b7116953
Hunt down more bugs
After going through the MODE=dbg and MODE=zero build modes, a bunch of
little issues were identified, which have been addressed. Fixing those
issues created even more troubles for the project, because it improved
our ability to detect latent problems which are getting fixed so fast.
2023-07-03 18:43:29 -07:00
..
cli Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
tests Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
LICENSE Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
README.cosmo Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxh3.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxh_x86dispatch.c Hunt down more bugs 2023-07-03 18:43:29 -07:00
xxh_x86dispatch.h Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhash.c Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxhash.h Hunt down more bugs 2023-07-03 18:43:29 -07:00
xxhash.mk Hunt down more bugs 2023-07-03 18:43:29 -07:00

DESCRIPTION

  Extremely fast non-cryptographic hash algorithm

SOURCE

  https://github.com/Cyan4973/xxHash

  commit 5b45185d0419f63eb5911133f3dc578a163d162f
  Author: Yann Collet <yann.collet.73@gmail.com>
  Date:   Mon Jun 19 23:58:07 2023 -0700

      fix minor typo in comment