sphamba / smear-cursor.nvim

🚄 Neovim plugin to animate the cursor with a smear effect in all terminals
GNU General Public License v3.0
282 stars 6 forks source link

Profile and optimize #10

Open sphamba opened 3 days ago

folke commented 2 days ago

Might be helpful :)

Hottest function is by far screen_to_buffer

image

sphamba commented 2 days ago

Removed it, as you suggested, but without commiting to having a single floating window. Now, it might be that having 100th of floating windows is the new bottleneck?

Also, I'd be curious to know which tool you used to do your profiling 😮

folke commented 2 days ago

Much better now!

The profiling tool is the new Snacks profiler. Not released yet. Soon :)

image