jiangzhe / aosa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Rust 100.0%