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
21
21
- :material-memory:{ .lg .middle } ** Memory Efficiency and Speed**
22
22
23
23
---
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.
26
26
27
27
- :material-compare-horizontal:{ .lg .middle } ** Backwards and Forwards
28
28
Compatibility**
29
29
30
30
---
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
+
32
34
required.
33
35
34
36
- :material-scale-off:{ .lg .middle } ** Small Footprint**
You can’t perform that action at this time.
0 commit comments