Hotpot includes a binary cache for lua modules by default.
When measuring Neovims startup time with nvim-0.8's new require() timing capability, it may seem that Hotpot is proportionally much slower than other modules to load.
This is because Hotpot is accelerating the load times of other modules.
To test without the index, you can remove ~/.cache/nvim/hotpot/index.bin and re-run your startup timing.
Hotpot includes a binary cache for lua modules by default.
When measuring Neovims startup time with nvim-0.8's new
require()
timing capability, it may seem that Hotpot is proportionally much slower than other modules to load.This is because Hotpot is accelerating the load times of other modules.
To test without the index, you can remove
~/.cache/nvim/hotpot/index.bin
and re-run your startup timing.For example