Currently in things like the node selector, bulk operations, etc... We have a lot of areas which are liable to lots of small Vec allocations
which could be avoided if we use the smallvec crate, the size should be between 4-10 items but still have a large impact.
Currently in things like the node selector, bulk operations, etc... We have a lot of areas which are liable to lots of small
Vec
allocations which could be avoided if we use thesmallvec
crate, the size should be between4-10
items but still have a large impact.