From 9c59a694bfaf116ba63312529dd5031310b2a7c3 Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 9 Feb 2016 09:26:14 +0100 Subject: Update BinaryEncoding.md --- BinaryEncoding.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 72f44e5..5e265ef 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -24,8 +24,10 @@ The encoding is split into three layers: to deliver dramatically smaller files. Most importantly, the layering approach allows development and standardization to -occur incrementally, even though production-quality implementations will need to -implement all of the layers. +occur incrementally. For example, Layer 1 and Layer 2 encoding techniques can be +experimented with by application-level decompressing to the layer below. As +compression techniques stabilize, they can be standardized and moved into native +implementations. # Data types -- cgit v1.2.3