kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
241 stars 75 forks source link

Searching the logs is too slow #1713

Open stkw0 opened 8 years ago

stkw0 commented 8 years ago

Searching in logs is very slow. Maybe we can add other compression algorithms with higher decompression speed like LZO, or/and change log format to be easily parsed for machines?

CyberShadow commented 8 years ago

Maybe we can add other compression algorithms with higher decompression speed like LZO, or/and change log format to be easily parsed for machines?

The correct answer to "searching is slow" is generally indexing, not compression.

gaby-de-wilde commented 8 years ago

I use searchmonkey to search logs. It is far from ideal but it is fast and shows sniplets. I don't know if it is possible to build it into kvirc but it it would sure be luxurious. (I can dream right?)