소스 검색

adding collision stats to README

master
William Dillon 3 년 전
부모
커밋
9cc32e3505
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      README.md

+ 3
- 2
README.md 파일 보기

@@ -2,7 +2,8 @@

this is a non-cryptographic hash optimized for short strings.

adapted from CodeDweller/mishmash.h/cpp
https://code.microneil.com/madscientist/CodeDweller/src/branch/master
.003% collision rate on 326K entries during testing

adapted from CodeDweller/mishmash

to use: use the Mishmash function. If you're in need of a second hash use Engine instead, which will return the accumulator. You can use the MishmashAccumulator function to mishmash your accumulator, and could also feed that accumulator back into Mishmash to double hash.

Loading…
취소
저장