16 Commits

Author SHA1 Message Date
Yann Collet
293590a7f5 faster small input tests 2025-02-04 17:24:06 -08:00
Yann Collet
f035303b8a updated copyright years 2021-12-08 11:04:22 -08:00
Yann Collet
b23f2e19e5 simplify XXH3 reset
single function XXH3_reset_internal()
2020-12-09 15:40:03 -08:00
easyaspi314 (Devin)
c994f5c9ef Fix copyright years
- Replace '-present' with '-2020' (fixes #329)
 - Use correct format: Copyright (C) <year> <name of author>
 - Fix some obviously incorrect years from copy/paste i.e. avoid time travel
2020-03-08 21:28:43 -04:00
Yann Collet
ff5df558b7 changed xxhash.com links to https 2020-03-04 18:36:13 -08:00
easyaspi314 (Devin)
87e7d8b999 More typos, add some more documentation
- Remove most remaining spaces before punctuation
 - Fix a few missed copyright messages
 - Document the timer resolution workaround
 - Document XXH_mult32to64
   - I compiled GCC 3.2 and 4.2 just to test this, both are affected.
   - Make sure we downcast for __emulu
 - Other minor fixes
2020-03-03 12:10:19 -05:00
easyaspi314 (Devin)
9eb91a3b53 Let the Great Typo Hunt commence!
Work in progress.

 - Fix many spelling/grammar issues, primarily in comments
 - Remove most spaces before punctuation
 - Update XXH3 comment
 - Wrap most comments to 80 columns
 - Unify most comments to use the same style
 - Use hexadecimal in the xxhash spec
 - Update help messages to better match POSIX/GNU conventions
 - Use HTML escapes in README.md to avoid UTF-8
 - Mark outdated benchmark/scores
2020-03-02 15:20:49 -05:00
Yann Collet
dadcbc4a0f first commit of the brute-force collision tester 2020-02-28 16:28:43 -08:00
Yann Collet
03cfe3e5b1 benchHash : can distinguish hash names with same beginning 2019-06-18 13:48:59 -07:00
Yann Collet
10fa93895a benchhash: changed last length
save memory for long inputs
2019-05-02 15:54:21 -07:00
Yann Collet
d2b4af6d3f benchHash: added border case check 2019-05-02 14:23:52 -07:00
Yann Collet
893ed9ae24 benchHash : can select a hash by its name 2019-05-02 14:21:21 -07:00
Yann Collet
9faa336afc added command --list
to get all hash names
2019-05-02 14:03:59 -07:00
Yann Collet
6a5128ed38 benchHash : added -h command
to get detailed help.
2019-05-02 13:47:30 -07:00
Yann Collet
51d90ffa88 minor adjustments 2019-03-19 19:09:10 -07:00
Yann Collet
feea6cbca4 added project tests/benchHash
designed for external integration.
2019-03-19 15:56:00 -07:00