Hacker News new | ask | show | jobs
by Nakili 1568 days ago
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

In only 16 bytes, fitting a 128-bit register.