pub const INLINE_ARGS: usize = 4; // 4usize
Expand description

Number of arguments that are stocked inline in a Message before allocating

This is a ad-hoc number trying to reach a good balance between avoiding too many allocations and keeping the stack size of Message small.