-
I installed khmer via pip a few weeks ago without any problem but when I try today I get the error:
```
gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DVERS…
-
```
$ pip install pyhash
Collecting pyhash
Using cached pyhash-0.8.2.tar.gz
Building wheels for collected packages: pyhash
Running setup.py bdist_wheel for pyhash ... error
Complete output…
-
This is a very very simple test, but I have determined the maximum length one can start from a seed value, and hash the seed, then hash the hash of the seed, etc, and in a small sampling so far (about…
l0k18 updated
6 years ago
-
It seems typos were introduced to the README summary table in commit https://github.com/rurban/smhasher/commit/00a4e5ab6bfb7b25bd3c7cf915f68984d4910cfd.
I could be reading it wrong, but the "Qualit…
-
As mentioned in the title, the build fails with CMake 3.5.1 due to the `CMP0066` policy ([`CMakeLists.txt:17`][1]), which was [introduced in CMake 3.7][2]. I assume that this will also cause the build…
-
First off, thank you for updating smhasher from the Google code variant. I've been using smhasher to compare/contrast hashes, and I came across some modifications that lead to more consistent behavior…
-
We need to work out if the c++ implementation and the es implementation can produce the same results ( and how to get them to ), or if they cannot ( because of, say, differences in floating point arit…
o0101 updated
7 years ago
-
Hi Yann,
I have tried using below mentioned command xxhsum directory/\* But it will give the same checksum value entire directory.
We have so many sub folders and files in a single source directory.…
-
i use python extension for some my projects https://github.com/flier/pyfasthash/issues/8
your great t1ha hash function included into https://github.com/rurban/smhasher/issues/30 package
and after …
Slach updated
7 years ago
-
For incremental compilation we are hashing lots of things, HIR, crate metadata and soon also type checking tables. These hashes are used purely as fingerprints, that is, we compare these hashes in ord…