vim-taskwarrior
vim-taskwarrior copied to clipboard
Performance
Get very slow when over 100 tasks exist.
Mainly caused by syntax highlighting process.
Fixed for situations without special characters.
Performance greatly improved after (first) bugfix Oct 28, 2013
Performance took a nose-dive a while ago (not sure if it was before or after the "history" commit) I'm still on master, and it's sloooow :)
Is there any none ascii char in the report?
yes, that was it! I was using recurrence.indicator=\u262F in my taskrc, removing that sped things up a lot! thanks! (I would like to be able to use unicode indicators, some time in the future)
Hello, I have a performance issue, too. I have more than 400 tasks and I rely on tw. It works great in tasksh with my taskd, but not in vim-taskwarrior. Where shall I search for possibilities for improvements?
performance is pretty abysmal for me with only 11 tasks on a recent MacBook Pro. It's much faster to just run :!task
or run it in the terminal directly.