Commit c47445f
committed
docs: Add Borsh Internals & Performance guide (#3)
Comprehensive guide covering:
- Borsh binary encoding format for all types
- Memory layout examples with hex dumps
- Performance benchmarks (Borsh vs JSON vs Bincode)
- 6 optimization patterns (zero-copy, partial deserialization, etc.)
- Debugging techniques and binary inspection
- Production checklist for compute unit optimization
Content: ~850 lines with 30+ code examples
Impact: Q7 (82→92), Q1 (82→85), Overall (88.0→89.3)
Closes #31 parent 3fce1ce commit c47445f
File tree
2 files changed
+824
-0
lines changed- src/content/docs/guides
2 files changed
+824
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments