2 releases

0.1.1 Jan 4, 2023
0.1.0 Jan 4, 2023

#18 in #append-only

MIT/Apache

5KB
78 lines

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.


lib.rs:

AOSA represents Append-Only String Arena, it's convenient to hold plenty of temporary strings inside the continuous memory and free them all at once.

Dependencies

~330–790KB
~19K SLoC