You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive Benchmarks section with:
- Link to benchmarks/README.md for details
- System specifications
- Compile time: +3.7s (30% overhead)
- Binary size: 0.88x compression ratio
- Memory: minimal overhead with lazy decompression
- Performance: comparable latency/throughput
- Clear recommendations on when to use BakedFileSystem
Provides users with objective performance data to make
informed decisions about using BakedFileSystem.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Comprehensive benchmarking suite comparing BakedFileSystem against traditional File I/O. See [benchmarks/README.md](benchmarks/README.md) for detailed methodology and instructions.
122
+
123
+
### System Specifications
124
+
125
+
- **OS:** Darwin 25.0.0 (arm64) - Apple M4 Pro
126
+
- **Crystal:** 1.17.1
127
+
- **Test Date:** 2025-11-02
128
+
129
+
### Compile Time
130
+
131
+
Embedding ~1.2 MB of assets adds **3.7 seconds** to compilation time (30% overhead):
132
+
133
+
| Configuration | Mean Compile Time |
134
+
|-----------------|-------------------|
135
+
| Baseline | 12.27s |
136
+
| BakedFileSystem | 15.98s |
137
+
138
+
### Binary Size
139
+
140
+
Automatic gzip compression achieves **0.88x ratio** (assets compressed to 88% of original size):
0 commit comments