How much overhead does dimensional introduce? I understand that unit homogeneity is statically checked, but is there an overhead for unit manipulation (arithmetics, etc.)? Is it possible to unbox ({-# UNPACK #-}) dimensionful quantities in data structures where the corresponding dimensionless quantity would be unboxable? It would be nice to have a sentence or two in the README file.
How much overhead does
dimensionalintroduce? I understand that unit homogeneity is statically checked, but is there an overhead for unit manipulation (arithmetics, etc.)? Is it possible to unbox ({-# UNPACK #-}) dimensionful quantities in data structures where the corresponding dimensionless quantity would be unboxable? It would be nice to have a sentence or two in the README file.