iliekturtles / uom

Units of measurement -- type-safe zero-cost dimensional analysis
Apache License 2.0
1.01k stars 92 forks source link

replace arguments unit with phantomdata to reduce struct size #444

Closed hellow554 closed 11 months ago

hellow554 commented 11 months ago

This reduces the struct size from 1 + sizeof(N) to just 1 Also this get's rid of the warning, that the unit field is not read at all