in reply to Re: How much can this text processing be optimized?
in thread How much can this text processing be optimized?

Much better now! I was thinking along the similar line, about that putting everything into a huge scalar at once issue and trying your solution gave about 2 sec. runtime. The C# code does one thing more, seperating each word into syllable but that's another story. Thanks for the hint.
  • Comment on Re^2: How much can this text processing be optimized?