mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +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**
|
||||
|
||||
---
|
||||
The only memory needed to access your data is that of the buffer. No heap is
|
||||
required.
|
||||
The only memory needed to access your data is that of the buffer.
|
||||
No heap is required.
|
||||
|
||||
- :material-compare-horizontal:{ .lg .middle } **Backwards and Forwards
|
||||
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.
|
||||
|
||||
- :material-scale-off:{ .lg .middle } **Small Footprint**
|
||||
|
||||
Reference in New Issue
Block a user