You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increase performance of calculating the project in switch buffer (#72)
* Increase performance of calcuating the project name
using with-current-buffer is quite slow and can leading to exceeding the lisp
stack size fairly easily. We already have the mechanisms to get the local
variables we need without switching to the buffer.
* Increase performance of calculating root and filename