GitHub / KillingSpark/zstd-rs issues and pull requests
#89 - `const fn` support
Issue -
State: closed - Opened by nazar-pc 2 months ago
- 7 comments
#88 - Shouldn't MatchGeneratorDriver be public?
Issue -
State: open - Opened by morrisonlevi 2 months ago
- 1 comment
#87 - refactor: move compress_fastest to a new file
Pull Request -
State: closed - Opened by zleyyij 4 months ago
- 1 comment
#86 - feat: added hashing to the compressor
Pull Request -
State: closed - Opened by zleyyij 4 months ago
- 3 comments
#85 - Round 2
Pull Request -
State: closed - Opened by zleyyij 5 months ago
- 9 comments
#84 - Filesystem refactor
Pull Request -
State: closed - Opened by zleyyij 5 months ago
- 11 comments
#83 - Small error in decoding streams with first_byte not 0 and total sequence_len 0
Issue -
State: closed - Opened by Progxy 6 months ago
- 1 comment
#82 - Fix some pedantic clippy lints and improve code style and small allocations
Pull Request -
State: open - Opened by paolobarbolini 7 months ago
#81 - Optimize and simplify `BitReaderReversed`
Pull Request -
State: closed - Opened by fintelia 7 months ago
- 2 comments
#80 - Feat: add SIMD optimizations to the reverse bitreader
Pull Request -
State: closed - Opened by zleyyij 8 months ago
- 4 comments
#79 - Compression support
Pull Request -
State: closed - Opened by KillingSpark 8 months ago
#78 - Replace `RingBuffer` internals with `VecDeque`
Pull Request -
State: open - Opened by paolobarbolini 8 months ago
- 1 comment
#77 - Representative fuzzing harness
Pull Request -
State: closed - Opened by Shnatsel 8 months ago
- 3 comments
#76 - Fix `RingBuffer::extend_from_within_unchecked` unsoundness
Pull Request -
State: closed - Opened by paolobarbolini 8 months ago
- 5 comments
#75 - Undefined behavior during decoding
Issue -
State: closed - Opened by StarStarJ 8 months ago
- 14 comments
#74 - StreamingDecoder: `DEC: BorrowMut<FrameDecoder>` isn't very useful
Issue -
State: open - Opened by nodakai 9 months ago
- 1 comment
#73 - Upgrade to twox-hash 2.0
Pull Request -
State: closed - Opened by shepmaster 10 months ago
- 1 comment
#72 - Improve compression support
Issue -
State: open - Opened by KillingSpark 10 months ago
- 9 comments
Labels: good first issue
#71 - Encoder improvements
Issue -
State: closed - Opened by KillingSpark 10 months ago
Labels: good first issue
#70 - Add `decode_all` and `decode_all_to_vec`
Pull Request -
State: closed - Opened by philipc 11 months ago
- 10 comments
#69 - Should `StreamingDecoder::read_exact` prefer `Read::read_exact`'s contract over its own?
Issue -
State: closed - Opened by workingjubilee 11 months ago
- 4 comments
#68 - Usage with tokio
Issue -
State: open - Opened by kpcyrd 11 months ago
- 1 comment
#67 - We are std.
Pull Request -
State: closed - Opened by workingjubilee 11 months ago
- 17 comments
#66 - Remove byteorder dependency
Pull Request -
State: closed - Opened by workingjubilee 11 months ago
- 2 comments
#65 - Implement rudimentary compression support
Pull Request -
State: closed - Opened by zleyyij about 1 year ago
- 34 comments
#64 - fix incremental reads
Pull Request -
State: closed - Opened by michaelkirk about 1 year ago
- 6 comments
#63 - Revert "remove derive_more (#60)"
Pull Request -
State: closed - Opened by JelteF about 1 year ago
- 2 comments
#62 - Implement accessors for inner reader on StreamDecoder
Pull Request -
State: closed - Opened by ifd3f about 1 year ago
- 3 comments
#61 - Add documentation throughout the codebase.
Pull Request -
State: closed - Opened by zleyyij about 1 year ago
- 5 comments
#60 - remove derive_more
Pull Request -
State: closed - Opened by xd009642 about 1 year ago
- 13 comments
#59 - Document how to deal with multi-segment streams
Pull Request -
State: closed - Opened by Sorseg over 1 year ago
- 1 comment
#58 - don't return errors on too large requests on a reversed bitreader
Pull Request -
State: closed - Opened by KillingSpark over 1 year ago
- 1 comment
#57 - Not decompressing the full stream
Issue -
State: closed - Opened by Sorseg over 1 year ago
- 9 comments
#56 - Make RingBuffer Send and Sync
Issue -
State: closed - Opened by Manorhos over 1 year ago
- 5 comments
#55 - follow up derive_more release 1.0
Issue -
State: closed - Opened by yangfengzzz over 1 year ago
- 7 comments
#54 - Add crate category and keywords
Pull Request -
State: closed - Opened by a1phyr over 1 year ago
- 1 comment
#53 - Make twox-hash an optional dependency
Pull Request -
State: closed - Opened by tamird almost 2 years ago
- 3 comments
#52 - Move twox-hash dependency to dev-dependencies
Issue -
State: closed - Opened by tamird almost 2 years ago
- 11 comments
#51 - Replace xxhash with ahash
Pull Request -
State: closed - Opened by tamird almost 2 years ago
- 4 comments
#50 - Remove thiserror in favor of derive_more
Pull Request -
State: closed - Opened by KillingSpark almost 2 years ago
- 7 comments
#49 - Fix lint errors
Pull Request -
State: closed - Opened by tamird almost 2 years ago
- 2 comments
#48 - Use thiserror rather than thiserror-core
Pull Request -
State: closed - Opened by tamird almost 2 years ago
- 11 comments
#47 - Crate isn't really no-std compatible
Issue -
State: closed - Opened by tomaka almost 2 years ago
- 8 comments
#46 - Readme: Syntax highlight Rust code
Pull Request -
State: closed - Opened by kevinji almost 2 years ago
- 1 comment
#45 - Add some more safety comments to ringbuffer
Pull Request -
State: closed - Opened by Manishearth almost 2 years ago
- 1 comment
#44 - Undefined Behavior: ringbuffer code might produce uninitialized bytes
Issue -
State: closed - Opened by Manishearth almost 2 years ago
- 10 comments
#43 - Fix code example in README
Pull Request -
State: closed - Opened by Shnatsel about 2 years ago
- 1 comment
#42 - RFC: read frame size without decoding
Pull Request -
State: closed - Opened by phord over 2 years ago
- 4 comments
#41 - Support resumable decompression
Issue -
State: open - Opened by phord over 2 years ago
- 3 comments
#40 - Overhaul dicts
Pull Request -
State: closed - Opened by KillingSpark over 2 years ago
#39 - Add support for no_std
Pull Request -
State: closed - Opened by antangelo over 2 years ago
- 2 comments
#38 - Improve the zstd binary provided
Issue -
State: open - Opened by KillingSpark over 2 years ago
Labels: good first issue
#37 - add basic support for skippable frames
Pull Request -
State: closed - Opened by KillingSpark over 2 years ago
#36 - zstd: Use range slices instead of resizing vectors
Pull Request -
State: closed - Opened by phord over 2 years ago
- 1 comment
#35 - Plans for a 1.0
Issue -
State: open - Opened by KillingSpark over 2 years ago
- 1 comment
#34 - Release 0.3.1
Issue -
State: closed - Opened by KillingSpark over 2 years ago
#33 - Support for skippable frames
Issue -
State: closed - Opened by KillingSpark over 2 years ago
- 4 comments
#32 - Fix missing variable in error output
Pull Request -
State: closed - Opened by phord over 2 years ago
- 1 comment
#31 - Decode multiple frames if present in each file
Pull Request -
State: closed - Opened by phord over 2 years ago
- 5 comments
#30 - Derive debug and clone for most public facing types
Pull Request -
State: closed - Opened by FlareFlo over 2 years ago
- 16 comments
#29 - Derive debug and clone for most structs
Issue -
State: closed - Opened by FlareFlo over 2 years ago
- 1 comment
#28 - Use error types instead of `String` throughout the crate
Pull Request -
State: closed - Opened by rrbutani about 3 years ago
- 2 comments
#27 - ringbuffer: replace `*mut u8` with `NonNull<u8>`
Pull Request -
State: closed - Opened by paolobarbolini about 3 years ago
- 3 comments
#26 - Further tests
Issue -
State: closed - Opened by KillingSpark about 3 years ago
#25 - Further optimizations
Issue -
State: open - Opened by KillingSpark about 3 years ago
#24 - Fix rng.gen_range in benchmarks
Pull Request -
State: closed - Opened by Titaniumtown about 3 years ago
- 1 comment
#23 - decodebuffer: move extend_from_within impl to a separate function
Pull Request -
State: closed - Opened by paolobarbolini over 3 years ago
- 2 comments
#22 - Fixed small typos in comments and Readme
Pull Request -
State: closed - Opened by Riuqlav over 3 years ago
- 5 comments
#21 - Update Dependencies
Pull Request -
State: closed - Opened by Titaniumtown over 3 years ago
- 14 comments
#20 - Some more ringbuffer improvements
Pull Request -
State: closed - Opened by paolobarbolini over 3 years ago
- 3 comments
#19 - Ringbuffer improvements
Pull Request -
State: closed - Opened by paolobarbolini over 3 years ago
- 2 comments
#18 - Improve DecodeBuffer::repeat performance again
Issue -
State: closed - Opened by KillingSpark over 3 years ago
- 28 comments
#17 - Remove hot calls to `memmove` by replacing `Vec<u8>` with `VecDeque<u8>`
Pull Request -
State: closed - Opened by paolobarbolini over 3 years ago
- 8 comments
#16 - Fix latest clippy warnings
Pull Request -
State: closed - Opened by paolobarbolini over 3 years ago
- 1 comment
#15 - Support for no_std?
Issue -
State: closed - Opened by tomaka about 4 years ago
- 15 comments
#14 - Replace usage of unsafe with Vec::extend_from_within
Issue -
State: closed - Opened by paolobarbolini over 4 years ago
- 9 comments
#13 - Ci
Pull Request -
State: closed - Opened by KillingSpark over 4 years ago
#12 - clippy: fix warnings
Pull Request -
State: closed - Opened by paolobarbolini over 4 years ago
- 4 comments
#11 - A few code improvements
Pull Request -
State: closed - Opened by paolobarbolini over 4 years ago
- 4 comments
#10 - Possible crates.io release?
Issue -
State: closed - Opened by jam1garner over 4 years ago
- 3 comments
#9 - Rename "fuzz_target_1" to "decode", add more seeds
Pull Request -
State: closed - Opened by Shnatsel over 5 years ago
- 3 comments
#8 - Dynamic dispatch might prevent some optimizations
Issue -
State: closed - Opened by Shnatsel over 5 years ago
- 8 comments
#7 - Add a fuzzing target to verify interoperability with libzstd
Pull Request -
State: closed - Opened by Shnatsel over 5 years ago
- 5 comments
#6 - Disable unused `rand` feature in twox-hash crate
Pull Request -
State: closed - Opened by Shnatsel over 5 years ago
- 2 comments
#5 - Any difference between decodecorpus_files and fuzz_decodecorpus?
Issue -
State: open - Opened by Shnatsel over 5 years ago
- 1 comment
#4 - implement streaming decode?
Issue -
State: closed - Opened by vn971 over 5 years ago
- 14 comments
#3 - Use Byteorder or std instead of manual shifting
Issue -
State: closed - Opened by hellow554 almost 6 years ago
- 2 comments
#2 - more clippy suggestsions
Pull Request -
State: closed - Opened by hellow554 almost 6 years ago
- 1 comment
#1 - Upload to crates.io
Issue -
State: closed - Opened by hellow554 almost 6 years ago
- 6 comments