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 31 million developers.
Sign up
Popular repositories
-
quickselect-adaptive
C++ implementation of http://arxiv.org/abs/1606.00484
-
automata
Simulating and visualizing finite automata
Haskell 3
-
linux
Forked from torvalds/linux
Linux kernel source tree
-
zstd
Forked from facebook/zstd
Zstandard - Fast real-time compression algorithm
C 1
-
terrelln.me
Code for my personal website
Haskell
-
air-types
Air Typing
Haskell 1
498 contributions in the last year
Contribution activity
April 2019
Created a pull request in facebook/zstd that received 3 comments
Update streaming_memory_usage.c and fix ZSTD_estimateCStreamSize_usingCCtxParams()
Fix ZSTD_estimateCStreamSize_usingCCtxParams() and add a test.
Make setting ZSTD_d_maxWindowLog to 0 reset it to the default value.
Check that the…
- [libzstd] Fix decompression dictionary bugs and clean up initialization
- Add new fuzzers and fix exposed bugs
- [libzstd] Remove ZSTDMT from the shared library
- Stabilize ZSTD_getDictID_*() functions and clean up examples
- [regression] Update results.csv for level 1 change
- Stabilize the advanced API
- [examples] Update streaming_decompression.c
- [examples] Update multiple_streaming_compression.c