Skip to content

fix: return decompressor to channel on exception to prevent deadlock#51

Merged
Beforerr merged 1 commit into
mainfrom
push-lrlouyyynyrp
Jun 11, 2026
Merged

fix: return decompressor to channel on exception to prevent deadlock#51
Beforerr merged 1 commit into
mainfrom
push-lrlouyyynyrp

Conversation

@Beforerr

Copy link
Copy Markdown
Member

No description provided.

@github-actions

Copy link
Copy Markdown
Contributor

Benchmark Results (Julia v1)

Time benchmarks
main 63d53e4... main / 63d53e4...
elx/full_load 0.0423 ± 0.0021 ms 0.0389 ± 0.0022 ms 1.09 ± 0.082
elx/sum_array 3.25 ± 0.6 μs 3.33 ± 0.45 μs 0.976 ± 0.22
elx/sum_lazy 3.67 ± 0.68 μs 3.33 ± 0.52 μs 1.1 ± 0.27
elx/sum_var_access 3.84 ± 0.41 μs 3.75 ± 0.45 μs 1.02 ± 0.16
elx/var_access 0.311 ± 0.011 μs 0.321 ± 0.01 μs 0.969 ± 0.046
mms/full_load 22.4 ± 2.2 μs 23 ± 2.6 μs 0.976 ± 0.15
mms/sum_array 0.0957 ± 0.0029 s 0.0958 ± 0.0032 s 0.999 ± 0.045
mms/sum_slice 3.58 ± 0.092 ms 3.58 ± 0.45 ms 0.999 ± 0.13
mms/sum_var_access 3.58 ± 0.047 ms 3.6 ± 0.1 ms 0.994 ± 0.031
mms/var_access 0.111 ± 0.01 μs 0.11 ± 0 μs 1.01 ± 0.091
time_to_load 0.142 ± 0.0035 s 0.151 ± 0.0053 s 0.943 ± 0.041
Memory benchmarks
main 63d53e4... main / 63d53e4...
elx/full_load 0.246 k allocs: 27.9 kB 0.246 k allocs: 27.9 kB 1
elx/sum_array 5 allocs: 27.7 kB 5 allocs: 27.7 kB 1
elx/sum_lazy 5 allocs: 27.7 kB 5 allocs: 27.7 kB 1
elx/sum_var_access 8 allocs: 28.1 kB 8 allocs: 28.1 kB 1
elx/var_access 2 allocs: 0.328 kB 2 allocs: 0.328 kB 1
mms/full_load 0.071 k allocs: 7.2 kB 0.071 k allocs: 7.2 kB 1
mms/sum_array 0.524 k allocs: 31.6 MB 0.524 k allocs: 31.6 MB 1
mms/sum_slice 0.045 k allocs: 1.29 MB 0.045 k allocs: 1.29 MB 1
mms/sum_var_access 0.045 k allocs: 1.29 MB 0.045 k allocs: 1.29 MB 1
mms/var_access 2 allocs: 0.328 kB 2 allocs: 0.328 kB 1
time_to_load 0.145 k allocs: 11 kB 0.145 k allocs: 11 kB 1

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Beforerr Beforerr merged commit 93a69b9 into main Jun 11, 2026
6 of 7 checks passed
@Beforerr Beforerr deleted the push-lrlouyyynyrp branch June 11, 2026 21:36
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.

1 participant