Buffet is a versatile string buffer type featuring :
* automated storage and reallocation
* SSO (Small String Optimization) : short data is stored inline
* views : no-cost references to slices of data
* ref count : accounting of reference-owner relation