Currently, there's a lot of template params that could easily become runtime parameter. Every template param causes the need to compile more instantiations. If we reduce template params, we will improve compile time and binary size.
@tfeher @divyegala @achirkin @benfred please add to this list as opportunities arise.
Currently, there's a lot of template params that could easily become runtime parameter. Every template param causes the need to compile more instantiations. If we reduce template params, we will improve compile time and binary size.
@tfeher @divyegala @achirkin @benfred please add to this list as opportunities arise.