Skip to content

Commit 2e01d93

Browse files
kylehowellsclaude
andcommitted
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

File tree

3 files changed

+451
-1
lines changed

3 files changed

+451
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ fastlane/test_output
3434
Benchmarks/samples/
3535
Benchmarks/*.json
3636
Benchmarks/test_files/synthetic.html
37+
Benchmarks/MEMORY_RESULTS.md

0 commit comments

Comments
 (0)