-
**Please note: the benchmarking results depend on the processor and compiler model.**
```$ cat /proc/cpuinfo
...
model : 158
model name : Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz
stepping : 9…
-
$ sudo python setup.py install
running install
running bdist_egg
running egg_info
writing pyhash.egg-info/PKG-INFO
writing top-level names to pyhas…
-
Commit fe3f367e047a23ebdfe6851c9532bf9ab4305f52 which claims to fix "MSVC2015 x64 build" completely replaced all of my code in opt_cmetrohash64_1.c, breaking it in the process (you can't run smhasher …
-
The crc64_hw1 link in README.md points to a non-existing page: https://github.com/rurban/smhasher/blob/master/doc/crc64_hw1
It's most likely supposed to point to https://github.com/rurban/smhasher/…
-
Леонид, в разделе релизов одни исходники, хорошо бы скомпилировать .exe под Win7x64.
-
It would be nice if `std::num::Wrapping` supported `From` and `Into`, at least when `T` is a numeric primitive. I assumed these impls would exist and was surprised to find that they do not.
-
It would be awesome if there was a Python binding for this. You do not happen to have one stashed somewhere by chance?
Thanks!
-
Current hashes for different paranoia levels are:
```
-PP: xxhash (64 bit, non-cryptographic)
-P: bastard (256 bit, murmur128+city128)
(default): blake2b (512 bit, cryptographic)
…
-
### Keyset 'Words' Tests ###
# Hashed 479828 keys from 1439484 words from file '/usr/share/dict/words'
# Testing collisions - Expected 0.00, actual 2 - Excessive keys in collision - fai…
-
```
const int reps = 32000000 / info->hashbits;
```
This bug is [here](https://github.com/demerphq/smhasher/blob/d104d96f83fce55931ee710979c5892e9484103f/RunTests.cpp#L151), added by https://githu…