Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blocks: change Block to a value struct #192

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

blocks: change Block to a value struct #192

wants to merge 1 commit into from

Conversation

Jorropo
Copy link
Contributor

@Jorropo Jorropo commented Mar 3, 2023

The goal is to stop doing two allocations for each block (now it will only allocate the []byte buffer, and pass the cid.Cid, []byte pair by decomposed registers or stack).

This way of changing does not change the syntax for trivial uses of block.Block, so in theory we will have to update only producers of block.Block, not consumers.

Fixes ipfs/go-block-format#45

The goal is to stop doing two allocations for each block (now it will only allocate the `[]byte` buffer, and pass the `cid.Cid, []byte` pair by decomposed registers or stack).

This way of changing does not change the syntax for trivial uses of block.Block, so in theory we will have to update only producers of block.Block, not consumers.

Fixes #57
@Jorropo Jorropo requested a review from a team as a code owner March 3, 2023 07:42
@Jorropo Jorropo mentioned this pull request Mar 3, 2023
2 tasks
Jorropo added a commit to ipfs/go-block-format that referenced this pull request Mar 3, 2023
Jorropo added a commit to ipfs/go-block-format that referenced this pull request Mar 3, 2023
@Jorropo Jorropo marked this pull request as draft March 3, 2023 07:54
@Jorropo
Copy link
Contributor Author

Jorropo commented Mar 3, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 🔎 In Review
Development

Successfully merging this pull request may close these issues.

valuify blocks.Block
1 participant