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:
Jan 2021-03-17 17:51:40 +01:00 committed by GitHub
parent ea5393ddb9
commit a9054f397d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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,