Skip to content

Commit

Permalink
Implement async compression and decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniskore committed Feb 5, 2025
1 parent 8d0c944 commit 3b5919e
Show file tree
Hide file tree
Showing 7 changed files with 526 additions and 154 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/spz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
- os: macos-latest
target: aarch64-apple-darwin

continue-on-error: true

steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -156,4 +158,4 @@ jobs:
choco install zstandard -y
- name: Build Release
run: cargo build --release --target ${{ matrix.target }}
run: cd spz-lib && cargo build --release && cd .. && cargo build --release --target ${{ matrix.target }} --features async
256 changes: 246 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3b5919e

Please sign in to comment.