Macrosยง
- extend ๐Performs a generic
par_extend
by collecting to aLinkedList<Vec<_>>
in parallel, then extending the collection sequentially. - extend_reserved ๐
Structsยง
- ListConsumer ๐
- ListFolder ๐
- ListReducer ๐
- ListStringConsumer ๐
- ListStringFolder ๐
- ListVecConsumer ๐
- ListVecFolder ๐
Functionsยง
- fast_collect ๐
- len ๐Computes the total length of a
fast_collect
result. - osstring_len ๐Computes the total OS-string length of a
fast_collect
result. - string_len ๐Computes the total string length of a
fast_collect
result.