summaryrefslogtreecommitdiffstats
path: root/libraries/c-blosc/slack-desc
diff options
context:
space:
mode:
author Lockywolf <for_sbo.blosc_2023-07-12@lockywolf.net>2023-07-15 10:36:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-15 10:36:19 +0700
commitaa3ce12cedc5ac50c48ee9b630537532b94a90a5 (patch)
tree66184f0de177b3ba3a05a03b3e61797231a9ad37 /libraries/c-blosc/slack-desc
parent242b54ea1b17966fe535569db97ca6f449cf8f90 (diff)
downloadslackbuilds-aa3ce12cedc5ac50c48ee9b630537532b94a90a5.tar.gz
slackbuilds-aa3ce12cedc5ac50c48ee9b630537532b94a90a5.tar.xz
libraries/c-blosc: Added (high performance compressor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/c-blosc/slack-desc')
-rw-r--r--libraries/c-blosc/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/c-blosc/slack-desc b/libraries/c-blosc/slack-desc
new file mode 100644
index 0000000000..e35479e209
--- /dev/null
+++ b/libraries/c-blosc/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+c-blosc: c-blosc (a high performance compressor optimized for binary data)
+c-blosc:
+c-blosc: It has been designed to transmit data to the processor cache faster
+c-blosc: than the traditional, non-compressed, direct memory fetch approach
+c-blosc: via a memcpy() OS call. Blosc is the first compressor that is meant
+c-blosc: not only to reduce the size of large datasets on-disk or in-memory,
+c-blosc: but also to accelerate memory-bound computations.
+c-blosc: It uses the blocking technique so as to reduce activity in the
+c-blosc: memory bus as much as possible. In short, this technique works by
+c-blosc: dividing datasets in blocks that are small enough to fit in caches.
+c-blosc: