bwiggs / go-nexrad

NEXRAD Data Processing with Go
https://bwiggs.com/projects/go-nexrad/
MIT License
27 stars 12 forks source link

pass data instead of &data in m31 reading #7

Closed kallsyms closed 2 years ago

kallsyms commented 2 years ago

Pass the array itself instead of a pointer. This change cuts a sample ./nexrad-render runtime by ~30% (from 1.25s to 0.85s).

bwiggs commented 2 years ago

Thank you! Sorry for the delay in merging!