By the way it could be faster to store the KWs in a hash map.
Quote from: BBasile on March 05, 2016, 07:58:03 pmBy the way it could be faster to store the KWs in a hash map.There is an interesting suggestion. Hash maps I something I read about about often but I don't know what they are. What I understsnd is they are meant to speed up string lookups. Do you have or know of any Pascal implentations of them?