Replies: 1 comment 7 replies
-
Rofi was not really designed to filter millions of lines. Can you explain what is slow? (opening, filtering, scrolling, displaying?) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Rofi dmenu mode on large input (a couple of million lines), it's too slow, while dmenu itself is quite snappy. Does anybody have any idea how could I improve the performance?
Rofi command:
$ cat dict.index | rofi -dmenu -sync
dmenu command:
$ cat dict.index | dmenu
Beta Was this translation helpful? Give feedback.
All reactions