Anton Filimonov
Anton Filimonov
This can be taken even further. Buffer sizes can be changed dynamically in runtime to account for current workstation capabilities and load. Something like TCP window size selection algorithms do....
I prefer not to add any more complexity to file reading and searching right now. Initial file loading in my environment is already limited by my SSD IO performance, so...
> It sounds like we can have two buffers to interleave to load data from disk? Right now during initial file loading klogg has a queue of data blocks. The...
> Love how I keep saying 'we' as if I have anything to do with it. This whole thing sounds like a good research project :) > Like I've said,...
Data from github downloads suggests that x86 version of klogg is not very popular: ``` klogg-20.12.0.813-x86-portable.zip (10,80 MiB) — Downloaded 255 times klogg-20.12.0.813-x86-setup.exe (8,39 MiB) — Downloaded 197 times klogg-20.12.0.813-x64-portable.zip...
Leaving this open to periodically track status of upstream bug.
Consider switching to vectorscan
Vectorscan builds are now possible by changing config in cmake. Can be used in 32-bit builds but need more testing.
Hi, thanks for suggstions. Could you check the "predefined filters" in latest dev-version? There is a dialog to create common search patterns (Tools->Predefined filters...). And then there is a combobox...
Great idea! I've added it to a backlog.