How to improve performance? #511
ChillarAnand
started this conversation in
General
Replies: 1 comment
-
There is no workaround at the moment, other than reducing history size. There is an open issue to address this problem: #459 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I started using zsh-autocomplete, live history search wasn't working. I spent couple of hours to debug and finally realised live auto complete is slow because of my history.
I have been saving/syncing up shell history from ~10 years. Now it has ~0.25 million entries. I did some clean up and reduced the entries to < 0.1million. Still autocomplete is slow.
Any suggestions on improving the search performance?
Beta Was this translation helpful? Give feedback.
All reactions