data compression
- Menlo Park, USA
- http://fastcompression.blogspot.fr/
Block or Report
Block or report Cyan4973
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
Writing_Safer_C_code Public
Collection of articles on good practices and tools to improve C code quality
-
944 contributions in the last year
Less
More
Activity overview
Contribution activity
December 2021
Created 90 commits in 2 repositories
Created a pull request in facebook/zstd that received 3 comments
rebalance lazy compression levels
This is a proposed update to rebalance compression levels.
It makes levels stronger than then used to be in v1.5.0, and closer to (though generally…
+127
−127
•
3
comments
Opened 21 other pull requests in 2 repositories
facebook/zstd
1
open
10
merged
- storeSeq & mlBase : clarity refactoring
- update man pages for v1.5.1
- v1.5.1
-
Revert "Limit
ZSTD_maxCLevelto 21 for 32-bit binaries." - fixed incorrect rowlog initialization
- simplify SSE implementation of row_lazy match finder
- x32 compatibility
- Update changelog for v1.5.1
- updated xxHash to latest v0.8.1
- Zstandard compiles and run on m68k cpus
- merge #2501
Cyan4973/xxHash
10
merged
- added __attribute__((pure))
- added __attribute__((malloc))
- added __attribute__((const))
- improved nostdlib test
- new build macro XXH_NO_STDLIB
- removed XXH3 declarations when XXH_NO_XXH3 is defined
- fix cmake --install
- fix man page installation
- fix minor static analyzer warning
- added m68k emulation tests to GA
Reviewed 42 pull requests in 2 repositories
facebook/zstd
27 pull requests
- Fix zstd-static output name with MINGW/Clang
- Flatten ZSTD_row_getMatchMask
- Allow user to specify memory limit for dictionary training
- Stagger Stepping in Negative Levels
- Fix performance degradation with -m32
- typo: Small spelling mistake in example
- Reject Irregular Dictionary Files
- Fix oss-fuzz build
- Remove possible NULL pointer addition
- Fix Up #2659; Build libzstd.pc Whenever Building the Lib on Unix
- Apply FORCE_MEMORY_ACCESS=1 to legacy
- Imply -q when stderr is not a tty
- [CI] Add cmake windows build
- Disable Multithreading in CMake Builds for Android
- Improve zstd_opt build speed and size
- Avoid Using Deprecated Functions in Deprecated Code
- fixbug CLI's -D fails when the argument is not a regular file
- [CircleCI] Fix short-tests-0
- [asm] Share portability macros and restrict ASM further
- Makefile: sort all wildcard file list expansions
- Makefile: fix build for mingw
- Fix typos
- [zdict] Remove ZDICT_CONTENTSIZE_MIN restriction for ZDICT_finalizeDictionary
- [bmi2] Add lzcnt and bmi target attributes
- [contrib][pzstd] Fix build issue with gcc-5
- Some pull request reviews not shown.
Cyan4973/xxHash
15 pull requests
- Makefile: add dedicated install targets
- XXH_HAS_C_ATTRIBUTE(x)?!
- Documentation update
- [ARM/AArch64] Fix multiple GCC codegen problems
- Use __attribute__((aligned)) instead of packed
- Document some nerdy ARM stuff, move scalarRound down.
- Add QEMU/gcc matrix to ci.yml
- Add clang-cl for MSVC 2019 to ci.yml
- Add macOS matrix to ci.yml
- Add windows-2022 to ci.yml
- [NEON] Split XXH3 into 6 NEON lanes and 2 scalar lanes on aarch64
- Add GitHub Actions badge for release branch
- Fix compilation on RHEL 7 ppc64le (gcc 4.8)
- Fix an assert comparison the same values (flagged by PVS Studio in 0.8.1)
- Fix some ARM/clang-cl feature detection issues