There was an error while loading. Please reload this page.
1 parent c526cb6 commit 06a53dfCopy full SHA for 06a53df
1 file changed
docs/source/index.md
@@ -21,14 +21,16 @@ It is available as Open Source on
21
- :material-memory:{ .lg .middle } **Memory Efficiency and Speed**
22
23
---
24
- The only memory needed to access your data is that of the buffer. No heap is
25
- required.
+ The only memory needed to access your data is that of the buffer.
+ No heap is required.
26
27
- :material-compare-horizontal:{ .lg .middle } **Backwards and Forwards
28
Compatibility**
29
30
31
+ FlatBuffers enables the schema to evolve over time while still maintaining
32
+ forwards and backwards compatibility with old flatbuffers.
33
+
34
required.
35
36
- :material-scale-off:{ .lg .middle } **Small Footprint**
0 commit comments