Commit 2e01d93
Add memory usage comparison script
- Create memory_compare.py to measure peak RSS across implementations
- Uses /usr/bin/time on Linux/macOS to measure peak memory
- Creates temporary Swift package for memory measurement
- Generates MEMORY_RESULTS.md report with comparison table
- Add MEMORY_RESULTS.md to .gitignore (generated output)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 850cc7a commit 2e01d93
3 files changed
+451
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
0 commit comments