nvim-neorocks / rocks

An alternative frontend app for luarocks.org
MIT License
26 stars 1 forks source link

[Chore] Reduce the amount of dependencies' features to a minimum #101

Open mrcjkb opened 3 weeks ago

mrcjkb commented 3 weeks ago

We should go through our dependencies and see which features we really need. Our binary is already close to 3 times the size of nvim :sweat_smile:

vhyrro commented 3 weeks ago

Have you tested the size in debug or release mode? There are some cargo flags which we can enable that do more aggressive optimization :p

mrcjkb commented 3 weeks ago

Have you tested the size in debug or release mode? There are some cargo flags which we can enable that do more aggressive optimization :p

I looked at the Nix build output (built in release mode).