Speed up reads by adding support for lazy decoding of registers
@fxamacker is already working on this.
Since Sep 12, 2023.
- Dominant language
- Go
- Stars
- 43
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
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):
- #464
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.