-
I suggest replacing [OCaml's Murmur3][4] hashing with xxHash. Reasons:
1. Most decision making of Unison is based out of hashing (large amounts of) data; improvement to hashing function performanc…
-
on debian, we have libxxhash available in the operating system.
I'd like to ship xxhash-c-sys such that it runs against the local shared object, rather than statically compiling and shipping a `.a`…
-
Hi, I'm Termux 🤖.
I'm here to help you update your Termux packages.
I've tried to update the fclones package, but it failed.
Here's the output of the update script:
Show log
INFO: Updating fclone…
-
I've posted komihash 3.0. I think this is a finalized variant, because I cannot find any better way to optimize "overlap-less" message parsing, it has an unavoidable cost. Please retest komihash.
h…
-
Can you provide a working example on how to produce the `xxh128sum` of a file using `xxhash-rust`?
-
Hi,
I use Arch Linux and when I tried build from [AUR](https://aur.archlinux.org/packages/dolt) with LTO enabled (gcc with auto lto or clang with thin lto) it's fails to build:
```
==> Making pac…
-
We are observing ocassional memcached crashes due to memory segmentation violations in the logger code path. Unfortunately, I have not been able to reproduce the issue manually. However, I do have a c…
-
## Foreword
- **Could someone with an existing Debian account please file that on my behalf?**
- Debian has no web based issue tracker like Github or Bugzilla or a Forum but an ancient way of bug r…
-
Hi,
N00b Rust learner here. I'm trying to build the packages in main (3e555f1) using `yarn build` and getting the following error:
```
~/C/node-rs yarn build …
-
As the title describes, I'm getting a 32bit hash when using XXH64 function in 32bit MIPS arch. The same code, in x64 produces 64bit hashes.
Here's my C code:
```
#include "libs/xxh3.h"
XXH64…