issues
search
zopfli-rs
/
zopfli
A Rust implementation of the Zopfli compression algorithm.
Apache License 2.0
37
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Clippy
#53
kornelski
closed
1 week ago
1
fix(deps): update rust crate once_cell to v1.20.2
#52
renovate[bot]
closed
6 days ago
0
fix(deps): update rust crate once_cell to v1.20.1
#51
renovate[bot]
closed
1 month ago
0
chore(deps): update rust crate miniz_oxide to 0.8.0
#50
renovate[bot]
closed
2 months ago
0
chore(deps): update rust crate proptest-derive to 0.5.0
#49
renovate[bot]
closed
4 months ago
0
chore(deps): update rust crate proptest to v1.5.0
#48
renovate[bot]
closed
4 months ago
0
fix(deps): update rust crate log to v0.4.22 - autoclosed
#47
renovate[bot]
closed
4 months ago
0
chore(deps): update rust crate miniz_oxide to v0.7.4
#46
renovate[bot]
closed
4 months ago
0
(Primary) copyright holder(s) of this project?
#45
nc7s
closed
3 months ago
7
fix(deps): update rust crate lockfree-object-pool to v0.1.6
#44
renovate[bot]
closed
5 months ago
0
fix(deps): update rust crate crc32fast to v1.4.2
#43
renovate[bot]
closed
5 months ago
0
error[E0277]: the trait bound `*::*Encoder<W>: std::io::Write` is not satisfied
#42
sorairolake
closed
5 months ago
4
fix(deps): update rust crate crc32fast to 1.4.0 - autoclosed
#41
renovate[bot]
closed
8 months ago
0
fix(deps): update rust crate log to 0.4.21
#40
renovate[bot]
closed
8 months ago
0
chore(deps): update rust crate miniz_oxide to 0.7.2
#39
renovate[bot]
closed
8 months ago
0
Possible regression and possible fix
#38
andrews05
opened
8 months ago
5
Exclude more files from the published crate
#37
musicinmybrain
closed
9 months ago
7
chore(deps): update rust crate proptest to 1.4.0
#36
renovate[bot]
closed
1 year ago
1
feat: introduces build benchmarks; to establish a baseline for improvements
#35
mtb0x1
closed
1 year ago
0
chore(deps): update actions/checkout action to v4
#34
renovate[bot]
closed
1 year ago
0
chore(deps): update rust crate proptest to 1.3.0
#33
renovate[bot]
closed
1 year ago
0
chore(deps): update rust crate proptest-derive to 0.4.0
#32
renovate[bot]
closed
1 year ago
0
fix(deps): update rust crate simd-adler32 to 0.3.7
#31
renovate[bot]
closed
1 year ago
0
fix(deps): update rust crate log to 0.4.20
#30
renovate[bot]
closed
1 year ago
0
Possible to cause infinite loop?
#29
andrews05
closed
1 year ago
1
Use an object pool for ZopfliHash instances
#28
Pr0methean
closed
7 months ago
3
Use slices rather than vectors in ZopfliHash (std only)
#27
Pr0methean
closed
1 year ago
0
Eliminate ZopfliBlockState and instead pass members that are used
#26
Pr0methean
closed
1 year ago
0
fix(deps): update rust crate log to 0.4.19
#25
renovate[bot]
closed
1 year ago
0
Remove redundant parameters from some methods
#24
Pr0methean
closed
1 year ago
2
Convenience rollup of PR 21 + PR 22
#23
Pr0methean
closed
1 year ago
1
Stop early if randomize_stat_freqs won't do anything
#22
Pr0methean
closed
1 year ago
3
Let user specify iterations without improvement
#21
Pr0methean
closed
1 year ago
2
Fix clippy::missing_const_for_fn
#20
Pr0methean
closed
1 year ago
2
panic at reading file
#19
Arian-p1
closed
1 year ago
9
Make ZOPFLI_MASTER_BLOCK_SIZE an option
#18
Pr0methean
closed
1 year ago
6
Early stopping
#17
Pr0methean
opened
1 year ago
2
Derive convenience traits for Options
#16
Pr0methean
closed
1 year ago
0
DeflateEncoder should own its Options
#15
Pr0methean
closed
1 year ago
1
Make DeflateEncoder own its Options
#14
Pr0methean
closed
1 year ago
2
Implement Write
#13
Pr0methean
closed
1 year ago
6
Performance improvement ideas
#12
andrews05
opened
2 years ago
12
Fix formatting of Options::iteration_count doc comment.
#11
adamreichold
closed
2 years ago
1
v0.7.0 release
#10
AlexTMjugador
closed
2 years ago
1
Dependency Dashboard
#9
renovate[bot]
opened
2 years ago
0
Configure Renovate
#8
renovate[bot]
closed
2 years ago
0
Drop `Seek` or input size knowledge requirements
#7
AlexTMjugador
closed
2 years ago
4
Mildly suspicious owner
#6
alecmocatta
closed
2 years ago
3
Expose more Zopfli algorithm options
#5
AlexTMjugador
closed
2 years ago
1
Add Github Actions config
#4
shssoichiro
closed
2 years ago
3
Next