Should std.conv:parse parse html entities?

Jonathan Marler johnnymarler at gmail.com
Fri Nov 15 01:13:27 UTC 2019


On Thursday, 14 November 2019 at 20:23:57 UTC, berni44 wrote:
> On Thursday, 14 November 2019 at 18:14:07 UTC, Suleyman wrote:
>> What is the concern about the table? Is it binary size, 
>> runtime performance, or something else?
>
> I think binary size. Runtime shouldn't be a problem, because it 
> should be possible to implement a perfect hash table for that 
> (or an other fast lookup method).

A compile-time perfect hash generator sounds like a really nice 
feature. Someone should get on that.


More information about the Digitalmars-d mailing list