File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,16 @@ It is available as Open Source on
2121- :material-memory:{ .lg .middle } ** Memory Efficiency and Speed**
2222
2323 ---
24- The only memory needed to access your data is that of the buffer. No heap is
25- required.
24+ The only memory needed to access your data is that of the buffer.
25+ No heap is required.
2626
2727- :material-compare-horizontal:{ .lg .middle } ** Backwards and Forwards
2828 Compatibility**
2929
3030 ---
31- The only memory needed to access your data is that of the buffer. No heap is
31+ FlatBuffers enables the schema to evolve over time while still maintaining
32+ forwards and backwards compatibility with old flatbuffers.
33+
3234 required.
3335
3436- :material-scale-off:{ .lg .middle } ** Small Footprint**
You can’t perform that action at this time.
0 commit comments