Fixed missing '

Change-Id: I25110bbb171a27626ec6416b810399069d590279
parent ed2110d7
...@@ -18,7 +18,7 @@ FlexBuffers can also be accessed without parsing / copying / object allocation. ...@@ -18,7 +18,7 @@ FlexBuffers can also be accessed without parsing / copying / object allocation.
This is a huge win in efficiency / memory friendly-ness, and allows unique This is a huge win in efficiency / memory friendly-ness, and allows unique
use cases such as mmap-ing large amounts of free-form data. use cases such as mmap-ing large amounts of free-form data.
FlexBuffers design and implementation allows for a very compact encoding, FlexBuffers' design and implementation allows for a very compact encoding,
combining automatic pooling of strings with automatic sizing of containers to combining automatic pooling of strings with automatic sizing of containers to
their smallest possible representation (8/16/32/64 bits). Many values and their smallest possible representation (8/16/32/64 bits). Many values and
offsets can be encoded in just 8 bits. While a schema-less representation is offsets can be encoded in just 8 bits. While a schema-less representation is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment