mirror of
https://github.com/FEX-Emu/xxHash.git
synced 2024-11-23 06:29:39 +00:00
Small improvements (#515)
* fix typo in README.md * fix typo in code comment * remove superfluous space chars at end of output strings * partially revert changes
This commit is contained in:
parent
ea5393ddb9
commit
a9054f397d
@ -75,7 +75,7 @@ and passes all tests, ensuring reasonable quality levels.
|
||||
It also passes extended tests from [newer forks of SMHasher], featuring additional scenarios and conditions.
|
||||
|
||||
Finally, xxHash provides its own [massive collision tester](https://github.com/Cyan4973/xxHash/tree/dev/tests/collisions),
|
||||
able to generate and compare billions of hash to test the limits of 64-bit hash algorithms.
|
||||
able to generate and compare billions of hashes to test the limits of 64-bit hash algorithms.
|
||||
On this front too, xxHash features good results, in line with the [birthday paradox].
|
||||
A more detailed analysis is documented [in the wiki](https://github.com/Cyan4973/xxHash/wiki/Collision-ratio-comparison).
|
||||
|
||||
|
2
xxh3.h
2
xxh3.h
@ -42,7 +42,7 @@
|
||||
* but it is still provided for compatibility with source code
|
||||
* which used to include it directly.
|
||||
*
|
||||
* Programs are now highly discourage to include xxh3.h.
|
||||
* Programs are now highly discouraged to include xxh3.h.
|
||||
* Include `xxhash.h` instead, which is the officially supported interface.
|
||||
*
|
||||
* In the future, xxh3.h will start to generate warnings, then errors,
|
||||
|
Loading…
Reference in New Issue
Block a user