Skip to content

Add LZOP#119

Open
Schamper wants to merge 1 commit intomainfrom
add-lzop
Open

Add LZOP#119
Schamper wants to merge 1 commit intomainfrom
add-lzop

Conversation

@Schamper
Copy link
Member

Closes #118

@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

❌ Patch coverage is 0% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (66c2619) to head (19e124c).

Files with missing lines Patch % Lines
dissect/util/compression/lzop.py 0.00% 33 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##            main    #119   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files         28      29    +1     
  Lines       2020    2053   +33     
=====================================
- Misses      2020    2053   +33     
Flag Coverage Δ
unittests 0.00% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 25, 2026

Merging this PR will improve performance by 31.79%

⚡ 1 improved benchmark
✅ 32 untouched benchmarks
🆕 2 new benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
test_benchmark_lz4_decompress[python-large] 188.8 µs 143.3 µs +31.79%
🆕 test_benchmark_lzop_decompress[basic] N/A 113.6 µs N/A
🆕 test_benchmark_lzop_decompress[large] N/A 165 µs N/A

Comparing add-lzop (19e124c) with main (66c2619)

Open in CodSpeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add LZOP decompression

1 participant