It appears that calls to append don't get inlined. This may be because the impl is pretty complex (lots of helper functions calling each-other).
However, in the common case (it seems), there is room already allocated, and therefore append() should be check, inc, return. Very inline-able (and therefore fast).
Request: can we simplify append() to make it faster?
-- You received this message because: 1. The project was configured to send all issue notifications to this address