Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,231 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in Cyan4973/xxHash that received 9 comments
Intel vector instruction dispatcher
Started from a baseline developed by @easyaspi314 (#358),
xxh_x86dispatch.c makes it possible to dynamically detect
which vector instruction set is…
+1,491
−573
•
9
comments
- fixed performance issue reported in #398
- allow optional compilation of libxxhash with DISPATCH=1
- introduced --tag for BSD-style output
- fixed demerphq avalanche tests for len [0-3]
- added make install target for cygwin
- compatibility with turbosfv
- Updated benchmark module
- Key Derivation function
- remove alignment check on aarch64
- Dispatcher xxh3
- Explicitly use __cdecl for qsort, to avoid warning when default calling convention is not __cdecl
- [actions] adding arm to actions
- [actions] Migrating valgrind test
- [cli] Allowing stdin on --patch-from using --stream-size
- Removing de-duplication of cmake flags
- Install pkg-config file on MINGW also
- Install runtime components (i.e. DLLs) to BINDIR
- meson: remove build requirement for distutils
- Dedicated dict search rough draft 1
- [lib] Allow compression dictionaries with missing symbols
- Make --version respect -q for ouptut a shorter version string
- Fixing some typos
- Check environmental variables in playTests.sh and add default values
- [ci] Adding bourne shell compatibility test
- [cmake] Fix dll install location
Created an issue in Cyan4973/xxHash that received 1 comment
Refactor benchmark mode
I would like to refactor the benchmark mode, so that I can introduce more variants to be tested without making the "default" benchmark unbearable s…
1
comment