On Wed, Feb 07, 2018 at 07:29:10PM +0000, Ralph Doncaster via Digitalmars-d wrote: [...] > I just did a quick check, and with DMD v2.078.1, the hexString > template increases code size by ~300 bytes vs the hex literal. So yet > one more reason to prefer the hex literals.
Arguably, this is a QoI issue. We seriously need to take a closer look at the current implementation of templates and consider how to improve it. There is definitely plenty of room for improvement. T -- Computers are like a jungle: they have monitor lizards, rams, mice, c-moss, binary trees... and bugs.
