-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
695 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Name: zmat | ||
Version: 0.9.9 | ||
Date: 2023-22-10 | ||
Title: In-memory data compression with zlib/gzip/lzma/lz4/zstd/blosc2 for Octave | ||
Author: Qianqian Fang <[email protected]> | ||
Maintainer: Qianqian Fang <[email protected]> | ||
Description: ZMat is a portable mex function to enable zlib/gzip/lzma/lz4/zstd/blosc2 | ||
based data compression/decompression and base64 encoding/decoding support | ||
in MATLAB and GNU Octave. It is fast and compact, can process a large | ||
array within a fraction of a second. Among the supported compression | ||
methods, lz4 is the fastest for compression/decompression; lzma is the | ||
slowest but has the highest compression ratio; zlib/gzip have excellent | ||
balance between speed and compression time. | ||
URL: https://neurojson.org/zmat | ||
License: GPLv3+ | ||
Categories: Compression |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
zmat >> ZMat | ||
zmat |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.