Closed Alexey-T closed 4 years ago
@andgineer I suggest to lower (move down) the checks for \v \V \h \H in "case" blocks in all places, to little speedup case blocks. \v \h are rarely used. OK?
That's ok for me. Too bad this is sequential in any case - better it be hashed :(
Maybe I can make array[char] of <func>. will see.
array[char] of <func>
@andgineer I suggest to lower (move down) the checks for \v \V \h \H in "case" blocks in all places, to little speedup case blocks. \v \h are rarely used. OK?