Skip to content

Speed up reads by adding support for lazy decoding of registers #341

Description

@fxamacker

Issue To Be Solved

Decoding should be optimized to improve speed. Currently, Atree encodes in parallel (multiple goroutines) but decodes sequentially.

Suggested Solution

Speed up reads by adding support for lazy decoding of registers.

NOTE: It might be possible to also speedup writes but that will most likely be opened as separate issue to avoid delaying completion of this OKR (once work begins).

Status

This was postponed since 2023-Q4 OKR due to higher priority projects like Crescendo migrations and Atree releases.

We can save time and reduce risks by starting this work immediately after Atree Refactoring (while details are fresh):

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions