DhavalKapil / luaver

Lua Version Manager - Managing and switching between different versions of Lua, LuaJIT and Luarocks made easy
https://dhavalkapil.com/luaver
MIT License
269 stars 33 forks source link

A few performance upgrades to the bash completion plugin #47

Closed dimitriye98 closed 7 years ago

dimitriye98 commented 7 years ago

Added caching to the bash completion plugin and replaced the awk scripts with text replacements via sed. Not certain how much the latter will affect things, but the former clearly provides a significant speed boost, especially in the presence of latency.