Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger authored Oct 5, 2024
1 parent 7417fee commit 5a9f8ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Available algorithms:
- [X] Bzip2          `cramjam.bzip2`
- [X] Lz4              `cramjam.lz4`
- [X] Gzip            `cramjam.gzip`
- [X] Zlib            `cramjam.zlib`
- [X] Zlib              `cramjam.zlib`
- [X] Deflate       `cramjam.deflate`
- [X] ZSTD           `cramjam.zstd`
- [X] XZ / LZMA  `cramjam.xz`
- [X] Blosc2        `cramjam.experimental.blosc2`
- [X] ISA-L backend
- [X] igzip          `cramjam.experimental.igzip` (only on 64-bit targets)
- [X] ideflate          `cramjam.experimental.ideflate` (only on 64-bit targets)
- [X] izlib          `cramjam.experimental.izlib` (only on 64-bit targets)
- [X] Blosc2         `cramjam.experimental.blosc2`
- [X] ISA-L backend _(only on 64-bit targets)_
- [X] igzip          `cramjam.experimental.igzip`
- [X] ideflate     `cramjam.experimental.ideflate`
- [X] izlib           `cramjam.experimental.izlib`

All available for use as:

Expand Down

0 comments on commit 5a9f8ee

Please sign in to comment.