derodero24
comprs
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
feat(brotli): add dictionary compression and decompression
#225
Merged
Comparing
feat/issue-214-brotli-dictionary-compression
(
97092fc
) with
develop
(
faddfc8
)
CodSpeed Performance Gauge
0%
Untouched
40
No successful run was found on
develop
(
ca95939
) during the generation of this report, so
faddfc8
was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
Mode
CPU Simulation
Wall Time
Memory
Status
Untouched
40 total
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd decompress random 10KB
crates/bench/benches/zstd.rs::benches::bench_zstd
CodSpeed Performance Gauge
0%
13.7 µs
13.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd decompress patterned 10KB
crates/bench/benches/zstd.rs::benches::bench_zstd
CodSpeed Performance Gauge
0%
13.7 µs
13.7 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
deflate decompress patterned 10KB
crates/bench/benches/deflate.rs::benches::bench_deflate
CodSpeed Performance Gauge
0%
93.2 µs
93.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
brotli decompress patterned 10KB
crates/bench/benches/brotli.rs::benches::bench_brotli
CodSpeed Performance Gauge
0%
182.3 µs
182.3 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd compress patterned 10KB
crates/bench/benches/zstd.rs::benches::bench_zstd
CodSpeed Performance Gauge
0%
242.8 µs
242.8 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
brotli decompress random 10KB
crates/bench/benches/brotli.rs::benches::bench_brotli
CodSpeed Performance Gauge
0%
183.1 µs
183.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd compress random 10KB
crates/bench/benches/zstd.rs::benches::bench_zstd
CodSpeed Performance Gauge
0%
242.9 µs
242.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lz4 compress patterned 10KB
crates/bench/benches/lz4.rs::benches::bench_lz4
CodSpeed Performance Gauge
0%
57.4 µs
57.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
gzip decompress random 10KB
crates/bench/benches/gzip.rs::benches::bench_gzip
CodSpeed Performance Gauge
0%
107.2 µs
107.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd decompress random 1MB
crates/bench/benches/zstd.rs::benches::bench_zstd
CodSpeed Performance Gauge
0%
571.1 µs
571.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd decompress patterned 1MB
crates/bench/benches/zstd.rs::benches::bench_zstd
CodSpeed Performance Gauge
0%
571.1 µs
571.1 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lz4 compress random 10KB
crates/bench/benches/lz4.rs::benches::bench_lz4
CodSpeed Performance Gauge
0%
57.4 µs
57.4 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
deflate decompress random 10KB
crates/bench/benches/deflate.rs::benches::bench_deflate
CodSpeed Performance Gauge
0%
95.2 µs
95.2 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd compress patterned 1MB
crates/bench/benches/zstd.rs::benches::bench_zstd
CodSpeed Performance Gauge
0%
2 ms
2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
zstd compress random 1MB
crates/bench/benches/zstd.rs::benches::bench_zstd
CodSpeed Performance Gauge
0%
2 ms
2 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
brotli compress random 10KB
crates/bench/benches/brotli.rs::benches::bench_brotli
CodSpeed Performance Gauge
0%
2.6 ms
2.6 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
brotli decompress patterned 1MB
crates/bench/benches/brotli.rs::benches::bench_brotli
CodSpeed Performance Gauge
0%
10.5 ms
10.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
brotli decompress random 1MB
crates/bench/benches/brotli.rs::benches::bench_brotli
CodSpeed Performance Gauge
0%
10.5 ms
10.5 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lz4 compress random 1MB
crates/bench/benches/lz4.rs::benches::bench_lz4
CodSpeed Performance Gauge
0%
3.3 ms
3.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lz4 compress patterned 1MB
crates/bench/benches/lz4.rs::benches::bench_lz4
CodSpeed Performance Gauge
0%
3.3 ms
3.3 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lz4 decompress patterned 10KB
crates/bench/benches/lz4.rs::benches::bench_lz4
CodSpeed Performance Gauge
0%
103.9 µs
103.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lz4 decompress random 10KB
crates/bench/benches/lz4.rs::benches::bench_lz4
CodSpeed Performance Gauge
0%
103.9 µs
103.9 µs
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lz4 decompress patterned 1MB
crates/bench/benches/lz4.rs::benches::bench_lz4
CodSpeed Performance Gauge
0%
7.4 ms
7.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
lz4 decompress random 1MB
crates/bench/benches/lz4.rs::benches::bench_lz4
CodSpeed Performance Gauge
0%
7.4 ms
7.4 ms
Uses the
CPU Simulation instrument
to collect CPU performance metrics.
brotli compress patterned 10KB
crates/bench/benches/brotli.rs::benches::bench_brotli
CodSpeed Performance Gauge
0%
2.6 ms
2.6 ms
1
2
Commits
Click on a commit to change the comparison range
Base
develop
faddfc8
+0.01%
feat(brotli): add dictionary compression and decompression support
97092fc
2 days ago
by derodero24
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs