-
use .gitignore to know which files and folders not to search into (think `node_modules` or `packages`)
-
If the primary purpose of this project is speed, why not [xxHash](https://github.com/Cyan4973/xxHash), which is significantly faster than CityHash and has the same quality according to SMHasher?
-
ready = https://github.com/leo-yuriev/t1ha/tree/smhasher-rurban.t1ha
-
Just implemented the spec (which was a lovely exercise) and had some thoughts on how to improve performance of the CD algorithm. Apologies if I misunderstood some parts of the spec or the authors' int…
-
Installing khmer dev version in a clean conda environment on msu hpcc, but it is failing. Any ideas?
Steps:
conda create -n khmer_dev anaconda
source activate khmer_dev
pip install -U setuptools --ig…
-
A few people have noted that SHA-1 is probably overkill.
-
Can you please provide your SMHasher tests? Since in my attempt xxHash32 failed the "Differential Tests": https://github.com/Bulat-Ziganshin/FARSH/blob/master/SMHasher/reports/smhasher-XXH32-report.tx…
-
Google has released FarmHash 1.1.0, replacing CityHash.
https://code.google.com/p/farmhash/
Perhaps it is better?
-
Please refrain from using the false SipHash security claims and adding your own nonsense.
"cryptographically strong pseudo-random function"
"Expected applications include DoS-proof hash tables a…
-
I'm not convinced that the claims about resistance to "hash flooding" algorithmic complexity DDoS attacks in the SECURITY chapter of README.md are correct. I'll address some of the claims.
> Such an …