romgrk / barbar.nvim

The neovim tabline plugin.
2.23k stars 83 forks source link

perf: use API functions where possible #375

Closed Iron-E closed 1 year ago

Iron-E commented 1 year ago

I've discovered that there are certain cases where API functions offer a distinct speed advantage over their vim-namespace counterparts, and takes advantage of that.

I want to test this for a while before merging.