The way we integrate our Arena Allocator in #726 creates and destroys the arena for every Herb.parse call. Ideally we could find a way to allocate an arena and allow to pass it to any of the Herb.* calls from Ruby/JavaScript so the same arena can be reused across multiple calls.