cosmopolitan/third_party/xxhash
Justine Tunney fa20edc44d
Reduce header complexity
- Remove most __ASSEMBLER__ __LINKER__ ifdefs
- Rename libc/intrin/bits.h to libc/serialize.h
- Block pthread cancelation in fchmodat() polyfill
- Remove `clang-format off` statements in third_party
2023-11-28 14:39:42 -08:00
..
cli Reduce header complexity 2023-11-28 14:39:42 -08:00
tests Reduce header complexity 2023-11-28 14:39:42 -08:00
BUILD.mk Rename makefiles BUILD.mk 2023-11-28 11:21:08 -08:00
LICENSE Reduce header complexity 2023-11-28 14:39:42 -08:00
README.cosmo Introduce xxhash into third_party (#837) 2023-07-01 20:56:53 -07:00
xxh3.h Reduce header complexity 2023-11-28 14:39:42 -08:00
xxh_x86dispatch.c Reduce header complexity 2023-11-28 14:39:42 -08:00
xxh_x86dispatch.h Reduce header complexity 2023-11-28 14:39:42 -08:00
xxhash.c Reduce header complexity 2023-11-28 14:39:42 -08:00
xxhash.h Reduce header complexity 2023-11-28 14:39:42 -08: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