http://bugzilla.spamassassin.org/show_bug.cgi?id=3776
------- Additional Comments From [EMAIL PROTECTED] 2004-10-13 11:30 ------- I like that. I did ask for someone with more perl chops to look at the code :-) I have to test it for myself before I vote on it, though, to be responsible. While you are looking at this so closely, is there any savings to be had inside the create_lm loop by using something else for the hash keys instead of building a separate string for each one? Right now it takes each word from the split, then it makes a string from that with a \000 added at the beginning and the end, then it makes strings for the hash keys from every length 1, 2, 3, 4, and 5 substring of that word string. Would it be more efficient to use integers instead of strings? Or use integers instead of strings for all but the 5 character substrings? I know the answer to these things are not always intuitive because of what gets done in the perl runtime vs what has to be done in perl code. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
