Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
45b75490
Commit
45b75490
authored
1 year ago
by
Maximilian Knespel
Committed by
mxmlnkn
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply pragzip name change
parent
2a56c97b
No related branches found
No related tags found
2 merge requests
!846
Automated merge from preview to main
,
!844
Apply pragzip name change to rapidgzip
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc.zih.tu-dresden.de/docs/software/utilities.md
+13
-13
13 additions, 13 deletions
doc.zih.tu-dresden.de/docs/software/utilities.md
doc.zih.tu-dresden.de/wordlist.aspell
+2
-2
2 additions, 2 deletions
doc.zih.tu-dresden.de/wordlist.aspell
with
15 additions
and
15 deletions
doc.zih.tu-dresden.de/docs/software/utilities.md
+
13
−
13
View file @
45b75490
...
@@ -175,53 +175,53 @@ The fastest single-core decoder is `igzip` from the
...
@@ -175,53 +175,53 @@ The fastest single-core decoder is `igzip` from the
[
Intelligent Storage Acceleration Library
](
https://github.com/intel/isa-l.git
)
.
[
Intelligent Storage Acceleration Library
](
https://github.com/intel/isa-l.git
)
.
In tests, it can reach ~500 MB/s compared to ~200 MB/s for the system-default
`gzip`
.
In tests, it can reach ~500 MB/s compared to ~200 MB/s for the system-default
`gzip`
.
If you have very large files and need to decompress them even faster, you can use
If you have very large files and need to decompress them even faster, you can use
[
p
ragzip
](
https://github.com/mxmlnkn/
p
ragzip
)
.
[
ra
pid
gzip
](
https://github.com/mxmlnkn/ra
pid
gzip
)
.
Currently, it can reach ~1.5 GB/s using a 12-core processor in the above-mentioned tests.
Currently, it can reach ~1.5 GB/s using a 12-core processor in the above-mentioned tests.
[
P
ragzip
](
https://github.com/mxmlnkn/
p
ragzip
)
is available on PyPI and can be installed via pip.
[
ra
pid
gzip
](
https://github.com/mxmlnkn/ra
pid
gzip
)
is available on PyPI and can be installed via pip.
It is recommended to install it inside a
It is recommended to install it inside a
[
Python virtual environment
](
python_virtual_environments.md
)
.
[
Python virtual environment
](
python_virtual_environments.md
)
.
```
console
```
console
marie@compute$
pip
install
p
ragzip
marie@compute$
pip
install
ra
pid
gzip
```
```
It can also be installed from its C++ source code.
It can also be installed from its C++ source code.
If you prefer that over the version on PyPI, then you can build it like this:
If you prefer that over the version on PyPI, then you can build it like this:
```
console
```
console
marie@compute$
git clone https://github.com/mxmlnkn/
p
ragzip.git
marie@compute$
git clone https://github.com/mxmlnkn/ra
pid
gzip.git
marie@compute$
cd
p
ragzip
marie@compute$
cd
ra
pid
gzip
marie@compute$
mkdir
build
marie@compute$
mkdir
build
marie@compute$
cd
build
marie@compute$
cd
build
marie@compute$
cmake ..
marie@compute$
cmake ..
marie@compute$
cmake
--build
.
p
ragzip
marie@compute$
cmake
--build
.
ra
pid
gzip
marie@compute$
src/tools/
p
ragzip
--help
marie@compute$
src/tools/ra
pid
gzip
--help
```
```
The built binary can then be used directly or copied inside a folder that is available in your
The built binary can then be used directly or copied inside a folder that is available in your
`PATH`
environment variable.
`PATH`
environment variable.
Pra
gzip can be used like this:
Rapid
gzip can be used like this:
```
bash
```
bash
marie@compute
$
p
ragzip
-d
<file_to_decompress>
marie@compute
$
ra
pid
gzip
-d
<file_to_decompress>
```
```
For example, if you want to decompress a file called
`data.gz`
, use:
For example, if you want to decompress a file called
`data.gz`
, use:
```
console
```
console
marie@compute$
p
ragzip
-d
data.gz
marie@compute$
ra
pid
gzip
-d
data.gz
```
```
Furthermore, you can use it to speed up extraction of a file
`my-archive.tar.gz`
like this:
Furthermore, you can use it to speed up extraction of a file
`my-archive.tar.gz`
like this:
```
console
```
console
marie@compute$
tar
--use-compress-program
=
p
ragzip
-xf
my-archive.tar.gz
marie@compute$
tar
--use-compress-program
=
ra
pid
gzip
-xf
my-archive.tar.gz
```
```
Pra
gzip is still in development, so if it crashes or if it is slower than the system
`gzip`
,
Rapid
gzip is still in development, so if it crashes or if it is slower than the system
`gzip`
,
please
[
open an issue
](
https://github.com/mxmlnkn/
p
ragzip/issues
)
on GitHub.
please
[
open an issue
](
https://github.com/mxmlnkn/ra
pid
gzip/issues
)
on GitHub.
### Direct Archive Access Without Extraction
### Direct Archive Access Without Extraction
...
...
This diff is collapsed.
Click to expand it.
doc.zih.tu-dresden.de/wordlist.aspell
+
2
−
2
View file @
45b75490
...
@@ -326,8 +326,8 @@ png
...
@@ -326,8 +326,8 @@ png
PowerAI
PowerAI
PowerShell
PowerShell
ppc
ppc
p
ragzip
ra
pid
gzip
Pra
gzip
Rapid
gzip
pre
pre
Pre
Pre
preload
preload
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment