Thread routine zu langsam...: matches über string (8 answers)
Opened by steinwolf at 2006-05-16 13:44

steinwolf
 2006-05-16 13:44
#66145 #66145
User since
2003-08-04
367 Artikel
BenutzerIn
[default_avatar]
Code: (dl )
1
2
3
4
5
6
7
foreach (@keywords)
 {
   if($str =~ m/($_)/gi ) {
    $i++;
    ##print "Keyword gefunden
   }
 }

diese routine braucht bei mir ewig lange. die @worte-list besteht aus ca. 200 worten.

$str ist im schnitt 50-100 KB groß.

wie kann ich die schleife tunen??

mfg
steinigen

//Modedit: +Code-Tag, Smilie deaktiviert\n\n

<!--EDIT|GwenDragon|1147772742-->
"Did you know? You can use your old motor oil to fertilize your lawn." - Blinkster - Professionelles EDV Forum

View full thread routine zu langsam...: matches über string