Fix start page: Backwards and Forwards Compatibility (#8645)

This commit is contained in:
Felix
2025-07-26 01:06:50 +02:00
committed by GitHub
parent c526cb640b
commit 06a53df0d3

View File

@@ -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**