Add memory usage measurements to the benchmark suite. This will help: - Compare memory efficiency across different algorithms - Identify excessive allocations - Understand the trade-offs between performance and memory usage
Add memory usage measurements to the benchmark suite. This will help: