mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 06:50:01 +00:00
Fix start page: Backwards and Forwards Compatibility (#8645)
This commit is contained in:
@@ -21,14 +21,16 @@ It is available as Open Source on
|
|||||||
- :material-memory:{ .lg .middle } **Memory Efficiency and Speed**
|
- :material-memory:{ .lg .middle } **Memory Efficiency and Speed**
|
||||||
|
|
||||||
---
|
---
|
||||||
The only memory needed to access your data is that of the buffer. No heap is
|
The only memory needed to access your data is that of the buffer.
|
||||||
required.
|
No heap is required.
|
||||||
|
|
||||||
- :material-compare-horizontal:{ .lg .middle } **Backwards and Forwards
|
- :material-compare-horizontal:{ .lg .middle } **Backwards and Forwards
|
||||||
Compatibility**
|
Compatibility**
|
||||||
|
|
||||||
---
|
---
|
||||||
The only memory needed to access your data is that of the buffer. No heap is
|
FlatBuffers enables the schema to evolve over time while still maintaining
|
||||||
|
forwards and backwards compatibility with old flatbuffers.
|
||||||
|
|
||||||
required.
|
required.
|
||||||
|
|
||||||
- :material-scale-off:{ .lg .middle } **Small Footprint**
|
- :material-scale-off:{ .lg .middle } **Small Footprint**
|
||||||
|
|||||||
Reference in New Issue
Block a user