## Problem Current object mapping in Dapper uses reflection which causes memory overhead for bulk operations. ## Proposed Solution Implement a `Span<T>`-based mapper as an alternative for scenarios like: - High-volume data processing - AOT compatibility ## Benchmark Expectations Expected 20-30% reduction in memory allocations (based on prototype).