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
Optimize benchmark CSV reading with memory mapping
Replace buffered file reading in benchmark CSV source with a
memory-mapped implementation. This approach iterates over
newline-delimited integers from the mapped slice, trims
trailing carriage returns, and ensures immediate completion
when the file is empty.
0 commit comments