Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Fast Responses #83

@willscott

Description

@willscott

Responses are often slower than they need to be, and there are a set of low-hanging work items that will make performance notably faster (we believe)

  • Support partial loading of ADLs / incorporate smarter ADL node #81 is important for not doing extra unneeded work
  • Support split data stores (e.g. a local car with state roots) so that api calls can be skipped on commonly needed data blocks.
  • support an object cache of commonly accessed realized ipld.Node's, so that cbor decodes for these hot head requested items can be amortized.

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