saltyrtc-client-rs icon indicating copy to clipboard operation
saltyrtc-client-rs copied to clipboard

Use smallvec

Open dbrgn opened this issue 7 years ago • 1 comments

In many cases (e.g. list of tasks) we can make use of the smallvec library to allocate small vectors on the stack instead of on the heap.

dbrgn avatar Dec 19 '17 08:12 dbrgn

https://llogiq.github.io/2018/09/13/smallvec.html

dbrgn avatar Oct 03 '18 20:10 dbrgn