std.d.lexer: pre-voting review / discussion

Robert Schadek realburner at gmx.de
Thu Sep 12 14:55:23 PDT 2013


On 09/12/2013 11:03 PM, Dmitry Olshansky wrote:
>> Maybe some fixed size stack vector with 64 elements or so and some
>> linked list for the unusual case would help ..
>>
> And an extra branch to detect which one is currently the case? No,
> thanks ;)
>
I would think that branching and using the vector is faster than using
the constructing and linking nodes in the LL


More information about the Digitalmars-d mailing list