Splitting the tag files into project and vendor ones and including both as tag files increased performance enormously!
The amount of data is the same, but it's somehow ten times faster. Before, it took about ten to fifteen seconds to `tselect` something; now, it takes less than one second.
```vim
set tags=./tags;,./vendor.tags;
```