fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.33k stars 99 forks source link

Slow text search #762

Open BebeSparkelSparkel opened 4 months ago

BebeSparkelSparkel commented 4 months ago

Steps to reproduce

Go to https://hackage.haskell.org/packages/ and type in /data to search for text containing data.

Expected behaviour

I expect it to find the text faster than I can find it with my eyes.

Actual behaviour

Takes multiple seconds to return any results.

Posible solution

Perhaps incrementally return results as found instead of finding all results and then returning them.