perlll
hello,
i have a big file to search ip to coutry, i found a script on the net but it wasn t enough fast.
any ideas, ? or algorithm ?? in order to spped up the search engine in perl language ??
thanj you
aprelium
perlll,
Unfortunately there isn't a single recipe to speed up things with a given script. It could be badly written, not optimized, or it could be slow because the problem involves a lot of computational power (which is unlikely for a table search).
So we strongly suggest that you have a programmer review it and suggest a solution. If you can't, just keep looking for other similar scripts that are faster.