<div dir="ltr">Hi Zoltan, <br>
</div><div dir="ltr"><br>
I have a question of how using tries for implementing string switches compares speed and complexity wise with using a switch on the hash codes of the case constants followed by a if else chain using string compare, like it is done in Java 8 and C# as far as I recall. </div>
<div dir="ltr">Cheers, Sebastian. </div>
<div dir="ltr">I'm sorry for giving input so late in the discussion, I hope I'm not causing any inconvenience. </div>