small-collections 0.6.0

A collection of data structures optimized for small-buffer scenarios that reside on the stack and seamlessly spill to the heap.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
   std_thread_init_leak
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   ...
   fun:_ZN*3std6thread6thread6Thread3new*
   ...
}
{
   std_thread_init_leak_mpmc
   Memcheck:Leak
   match-leak-kinds: possible
   fun:malloc
   ...
   fun:*std*sync*mpmc*context*Context*new*
   ...
}