Adding PhysicalConstants.jl completely killed performance here, due to some conversions to `BigFloat` which allocates. We should catch problems like this in tests in future.
Adding PhysicalConstants.jl completely killed performance here, due to some conversions to
BigFloatwhich allocates.We should catch problems like this in tests in future.