I have a news site containing an archive with more than 1 million news. I created a word definitions database with about 3000 entries, consisting of word-definition pairs.
What I want to do is adding a definition next to every occurence of these words in the news. I cant make a static change as I can add a new keyword everyday, so i can make it realtime or cached.
Soru, bir str_replace
veya preg_replace
bir metinde 3 bin anahtar kelime arama ve onları değiştirmek için çok yavaş olurdu.
Herhangi bir hızlı alternatifler var mı?