Skip to content

Cache is JSON, we don't need to do that #640

@aumetra

Description

@aumetra

The caches are currently encoded as JSON. That's overhead in both encoding and decoding, and in network size. We can just use something like rkyv to represent those values. Faster encoding and basically infinitely faster decoding since there is no actual decoding process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions