summaryrefslogtreecommitdiffstats
path: root/examples/blockStreaming_doubleBuffer.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-03-25 16:22:26 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-03-25 16:22:26 (GMT)
commit4a9335bd605421218e3cc87dc77c4634051469eb (patch)
tree7994bfd79d00f60204e6946af3bb5c04e4285adf /examples/blockStreaming_doubleBuffer.md
parente652285556c421901fc1bcc9a571c3ddba767181 (diff)
downloadlz4-4a9335bd605421218e3cc87dc77c4634051469eb.zip
lz4-4a9335bd605421218e3cc87dc77c4634051469eb.tar.gz
lz4-4a9335bd605421218e3cc87dc77c4634051469eb.tar.bz2
Added : doc authorship
Diffstat (limited to 'examples/blockStreaming_doubleBuffer.md')
-rw-r--r--examples/blockStreaming_doubleBuffer.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blockStreaming_doubleBuffer.md b/examples/blockStreaming_doubleBuffer.md
index cd295df..3027ea3 100644
--- a/examples/blockStreaming_doubleBuffer.md
+++ b/examples/blockStreaming_doubleBuffer.md
@@ -1,4 +1,5 @@
# LZ4 Streaming API Example : Double Buffer
+by *Takayuki Matsuoka*
`blockStreaming_doubleBuffer.c` is LZ4 Straming API example which implements double buffer (de)compression.