summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2016-02-25 13:50:05 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2016-02-25 13:50:05 (GMT)
commit60ba8638cdd255eef787a222374bb8b11779e970 (patch)
tree52747c547b33a23625460511960e101fb1bbca25 /README.md
parent219da951d0728b7a326ee0719f463e006e5de48d (diff)
parent2995a45e538d6a0741c3300d4b06b871eed72247 (diff)
downloadlz4-60ba8638cdd255eef787a222374bb8b11779e970.zip
lz4-60ba8638cdd255eef787a222374bb8b11779e970.tar.gz
lz4-60ba8638cdd255eef787a222374bb8b11779e970.tar.bz2
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 981c01d..890abd8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
LZ4 - Extremely fast compression
================================
-LZ4 is lossless compression algorithm,
-providing compression speed at 400 MB/s per core,
-scalable with multi-cores CPU.
-It features an extremely fast decoder,
-with speed in multiple GB/s per core,
+LZ4 is lossless compression algorithm,
+providing compression speed at 400 MB/s per core,
+scalable with multi-cores CPU.
+It features an extremely fast decoder,
+with speed in multiple GB/s per core,
typically reaching RAM speed limits on multi-core systems.
Speed can be tuned dynamically, selecting an "acceleration" factor
@@ -81,7 +81,7 @@ Interoperable versions of LZ4 must respect this frame format.
Other source versions
-------------------------
-Beyond the C reference source,
+Beyond the C reference source,
many contributors have created versions of lz4 in multiple languages
(Java, C#, Python, Perl, Ruby, etc.).
A list of known source ports is maintained on the [LZ4 Homepage].