Thanks for the suggestions, def! > Compile with -d:release
I always do. > use seq[bool] instead of seq[string] Just tried this and it makes no difference speed-wise. > avoid copying, avoid resizing, avoid allocating more seqs. I'm too tired currently, but tomorrow I'll see what can I do about those. Will report back if I manage to do something useful.
