Popular repositories
-
-
Writing_Safer_C_code Public
Collection of articles on good practices and tools to improve C code quality
-
1,018 contributions in the last year
Less
More
Activity overview
Contribution activity
September 2021
Created 23 commits in 2 repositories
Created a pull request in facebook/zstd that received 12 comments
Improve optimal parser performance on small data
This investigation was driven by #2765 . In essence, this user sample contains a file which, depending on early choices made by the optimal parser,…
+257
−246
•
12
comments
Opened 2 other pull requests in 1 repository
facebook/zstd
1
open
1
merged
Reviewed 15 pull requests in 3 repositories
facebook/zstd
12 pull requests
- [WIP] Pipelined Implementation of ZSTD_dfast
- Revert opt outlining change
- [rsyncable] Fix test failures
- [rsyncable] Ensure ZSTD_compressBound() is respected
- Reduce size of dctx by reutilizing dst buffer
- Fix dictionary training huffman segfault and small speed improvement
- Improve optimal parser performance on small data
- meson: fix type error for integer option
- Pipelined Implementation of ZSTD_fast (~+5% Speed)
- [easy] Fix patch-from help msg typo
-
Improve compile speed and binary size in
opt - added qemu tests