summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-09-11 14:40:18 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-09-11 14:41:15 -0700
commit8a43472b35e1807eb047ab01259adbabf0975346 (patch)
tree92f8ee16c82277ea4208e84d7fdb8a94856d42fd /examples/README.md
parentecedea3404a04614da967c6a43a3f802573c9261 (diff)
Add an example of compressing on a CPU pool
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 2ae05b53..6a048f81 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -41,6 +41,9 @@ A high level description of each example is:
objects.
* `udp-codec` - an example of using the `UdpCodec` trait along with a small
ping-pong protocol happening locally.
+* `compress` - an echo-like server where instead of echoing back everything read
+ it echos back a gzip-compressed version of everything read! All compression
+ occurs on a CPU pool to offload work from the event loop.
If you've got an example you'd like to see here, please feel free to open an
issue. Otherwise if you've got an example you'd like to add, please feel free