Open pscl4rke opened 12 years ago
Solving this is probably a two-parter:
Other options include a general analysis of the code for inefficiencies, and maybe running backends in parallel.
Sadly, option 1 above doesn't work. Dmenu waits for the end of the stream (Ctrl-D etc) before it appears on the screen.
Looks like it'll have to be cache based. I'm working on something, but it's pretty hacky ATM.
I mean, not slow as in really slow, but it does take a second or two to bring up dmenu, and longer straight after a boot.
It would be great if this were responsive.