schwehr / generic-sensor-format

Sonar Generic Sensor Format (gsf) codec
Other
13 stars 8 forks source link

gsfEncodeHeader writes then copies when it could just directly write to the destination #23

Open schwehr opened 9 years ago

schwehr commented 9 years ago

Why not write GSF_VERSION directly into the on output memory?

schwehr commented 9 years ago

This isn't much of an enhancement, but more a placeholder to remember to look through the GSF C code to find all the places where this is done.