Johan Walles
Johan Walles
I never tried `moor` on files with lines that long, I'll see what I can do. Out of curiosity, what kind of file is that with 250MB long lines?
So obviously moor should not hang. What if I put a limit in place so that lines get truncated at 500 characters or so? How would that work for you?...
In v2.9.6, just out, this works less bad. Not great, but an improvement. I'll keep this ticket open for now.
I agree about the problem. I'll look into #296 first though, not reading everything all the time will make this less visible.
Actually the search is entirely disconnected from the reading. So what would happen in this case is that the search would scan only the lines in memory, but not trigger...
> go to the end will jump to whatever arbitrary point in the document moar had most recently loaded Yes. > with repeated "end" commands jumping ahead No. At this...
Search is 4x faster starting with this release: https://github.com/walles/moor/releases/tag/v2.9.2
Updated timings for this benchmark (git log linux kernel, search for `thenn`). Tested on my laptop: * 8.4s in `moar v1.32.5` (current when this issue was filed) * 0.8s in...
Well, `moor` doesn't use `readline`, so only what's implemented is implemented... If you have specific key combos you use a lot, they could be considered.
Out of curiosity, how complex search strings do you tend to enter in `moor`? As a background to my question, I'm usually below 10 chars all the time, so I...