cosmopolitan/third_party/xxhash
Justine Tunney fe044e22cc
Switch public headers to getopt_long() entirely
Cosmopolitan's getopt() is now redefined as __getopt().
2023-07-02 19:57:43 -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 Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -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 Switch public headers to getopt_long() entirely 2023-07-02 19:57:43 -07:00
xxhash.mk Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -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