# Summary
[Introduction](./introduction.md)
---
- [Using Derive](./using-derive/README.md)
- [Attributes](./using-derive/attributes/README.md)
- [Space Guarantees](./using-derive/space-guarantees/README.md)
- [Delta Encoding Optimizations](./using-derive/delta-encoding-optimizations/README.md)
- [Performance](./diff-performance/README.md)
- [Sequences](./diff-performance/sequences/README.md)
- [Changed Flags](./diff-performance/changed-flags/README.md)
- [Custom Delta Encoding](./custom-diffing/README.md)
- [Implement Diffable](./custom-diffing/implementing-diffable/README.md)
- [Implement Patchable](./custom-diffing/implementing-patchable/README.md)
- [Testing Your Implementation](./custom-diffing/testing-your-implementation/README.md)
- [Examples](./examples/README.md)
- [Feature Flags](./feature-flags/README.md)
- [Roadmap](./roadmap/README.md)
- [Optimizations](./roadmap/optimizations/README.md)
---
- [Internal Design](./internal-design/README.md)