Exafunction / codeium.nvim

A native neovim extension for Codeium
MIT License
647 stars 50 forks source link

What's the performance gain compared to `codeium.vim`? #53

Closed nyngwang closed 1 year ago

nyngwang commented 1 year ago

I'm using codeium.vim and thinking about migration, so curious about the performance profiling of the two.

jcdickinson commented 1 year ago

Performance improvements are always welcome as a PR, but the primary goal of this project is nvim-cmp integration. If you are interested about performance then do try out the http.nvim optional support (Linux and macos only) - which avoids having to exec curl.

Ultimately, performance profiles will be dominated by the latency between your machine and the Codeium servers. If you want maximum performance then consider self-hosting code completion with a GPU.