diff options
Diffstat (limited to 'development/snappy')
-rw-r--r-- | development/snappy/slack-desc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/development/snappy/slack-desc b/development/snappy/slack-desc index e00fcb692a..ac462b4389 100644 --- a/development/snappy/slack-desc +++ b/development/snappy/slack-desc @@ -1,18 +1,18 @@ # 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 +# 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------------------------------------------------------| snappy: snappy (A fast compressor/decompressor) snappy: -snappy: Snappy is a compression/decompression library. It does not aim for -snappy: maximum compression, or compatibility with any other compression -snappy: library; instead, it aims for very high speeds and reasonable -snappy: compression. For instance, compared to the fastest mode of zlib, -snappy: Snappy is an order of magnitude faster for most inputs, but the +snappy: Snappy is a compression/decompression library. It does not aim for +snappy: maximum compression, or compatibility with any other compression +snappy: library; instead, it aims for very high speeds and reasonable +snappy: compression. For instance, compared to the fastest mode of zlib, +snappy: Snappy is an order of magnitude faster for most inputs, but the snappy: resulting compressed files are anywhere from 20% to 100% bigger. snappy: snappy: |