Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Use smallvec to avoid heap allocations #65

Description

@mre

We should use smallvec for serializing/deserializing as it has the ability to use the stack for small vector allocations.

Noticed that orjson is doing the same.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions