https://github.com/cnoctave/octave_zstd
The octave_zstd package provides functions for compress and decompress about ZSTD format.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.8%) to scientific vocabulary
Repository
The octave_zstd package provides functions for compress and decompress about ZSTD format.
Basic Info
- Host: GitHub
- Owner: CNOCTAVE
- License: gpl-3.0
- Language: M4
- Default Branch: master
- Size: 685 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 6
Metadata Files
README.md
octave_zstd
The octave_zstd package provides functions for compress and decompress about ZSTD format.
octave_zstd Document
Check out document: octave_zstd Document
How to translate octave_zstd Document into another language
In ./docs directory, index.html is zh-CN simplified Chinese document.
For example, if you want to translate document into English.
1. Copy index.html as another document with different language code as filename,
for example, en-US.html.
2. Translate en-US.html into English.
3. Add dropdown like the picture below to every *.html.
For example, add dropdown "en-US English".

The code for adding dropdown is like the picture below.
4. PR to octave_zstd.
Owner
- Name: CNOCTAVE
- Login: CNOCTAVE
- Kind: user
- Company: BA DU XIN SHANG
- Website: http://cnoctave.cn/
- Twitter: CNOCTAVE
- Repositories: 1
- Profile: https://github.com/CNOCTAVE
Citation (CITATION)
引用octave_zstd
如果你在学术研究中涉及octave_zstd,那么可以按需引用以下内容。
octave_zstd源码(BibTeX)
@misc{CNOCTAVE2024, author = {Yu Hongbo, }, title = {octave_zstd}, year = {2024}, howpublished = {\url{https://github.com/CNOCTAVE/octave_zstd}}, }
octave_zstd文档(BibTeX)
@techreport{CNOCTAVE2024, author = {Yu Hongbo, }, title = {octave_zstd Document}, institution = {BA DU XIN SHANG}, year = {2024}, number = {1}, month = {10}, url = {https://cnoctave.github.io/octave_zstd/index.html}, urldate = {2024-10-07}, }
octave_zstd: Efficient File and String Decompression Utilizing the ZSTD Algorithm(BibTeX)
@article{https://doi.org/10.6084/m9.figshare.27186048.v1, doi = {10.6084/M9.FIGSHARE.27186048.V1}, url = {https://figshare.com/articles/preprint/octave_zstd_Efficient_File_and_String_Decompression_Utilizing_the_ZSTD_Algorithm/27186048/1}, author = {Yu Hongbo, }, keywords = {Software architecture}, title = {octave_zstd: Efficient File and String Decompression Utilizing the ZSTD Algorithm}, publisher = {figshare}, year = {2024}, copyright = {Creative Commons Attribution 4.0 International} }
GitHub Events
Total
- Create event: 15
- Issues event: 2
- Release event: 15
- Delete event: 13
- Issue comment event: 30
- Push event: 18
- Pull request event: 2
- Fork event: 1
Last Year
- Create event: 15
- Issues event: 2
- Release event: 15
- Delete event: 13
- Issue comment event: 30
- Push event: 18
- Pull request event: 2
- Fork event: 1
Dependencies
- octave >= 8.0.0 depends
- actions/checkout v4 composite