# Append-Only String Arena A simple implementation of append-only string arena. It's a convinient way to gather multiple strings into a continuous memory arena, and returns all string refs with same lifetime. It's single-threaded.