janafrank

Results 7 comments of janafrank

I was talking about a simpler feature that might be easier to implement: an option to perform the same search in _each_ open file. So the outputs are not combined,...

> Line ordering is a concern to resolve - sequential appending, interwoven somehow, etc. I'd want mine sorted by the first N columns as they represent a date/time stamp, but...

![image](https://user-images.githubusercontent.com/84675700/126983707-d801ad29-0fe0-4091-aa84-1e4d3f34b444.png)

> Search read buffer is controlling the size of chunks of data that are passed to regular expression matching engine. The idea is basically the same. Klogg uses multi-threading to...

> > The best value for read buffer size depends on both disk performance and CPU/memory performance. It can be determined only by experiments. > > May be a test...

On the other hand, it doesn't have to be perfect or even good to be useful for the cases where it actually can make a significant difference. If you don't...

Is there a way to restrict quickfind to marked/matched lines only? If not, I think this feature would make quickfind a much more versatile tool.