Textualize / toolong

A terminal application to view, tail, merge, and search log files (plus JSONL).

Home Page:https://www.textualize.io/

Repository from Github https://github.comTextualize/toolongRepository from Github https://github.comTextualize/toolong

Slow search?

olejorgenb opened this issue · comments

Hi, I really appreciate efforts to create better tools for investigating logs!

But, the search is very slow on large log files? grep processes a 2M lines long 400MB log file in ~250ms while toolong spends too long time to measure to completion :/

There was a bug in search, fixed in v1.1.3. It's never going to be quite as fas as a dedicated tool.

Nice. For some reason pip installed 1.1.1 🤔 (or maybe I've installed it earlier and a new pip install doesn't update)

I didn't mean to imply that I expected the search to be as fast as grep :) Just to provide a baseline.

1.1.3 is fully usable 👍

(love the advance-by-time functionality!)