cosmopolitan/third_party/xxhash
Justine Tunney 68c7c9c1e0
Clean up some code
- Use good ELF technique in cosmo_dlopen()
- Make strerror() conform more to other libc impls
- Introduce __clear_cache() and use it in cosmo_dlopen()
- Remove libc/fmt/fmt.h header (trying to kill off LIBC_FMT)
2023-11-16 17:31:07 -08:00
..
cli Clean up some code 2023-11-16 17:31:07 -08:00
tests Clean up some code 2023-11-16 17:31:07 -08: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 Clean up some code 2023-11-16 17:31:07 -08: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 Clean up some code 2023-11-16 17:31:07 -08:00
xxhash.mk Make improvements 2023-10-08 08:59: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