Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Optimize memory footprint #3376

Merged
merged 1 commit into from Nov 12, 2016
Merged

Optimize memory footprint #3376

merged 1 commit into from Nov 12, 2016

Conversation

arkpar
Copy link
Collaborator

@arkpar arkpar commented Nov 11, 2016

No description provided.

@arkpar arkpar added A0-pleasereview 🤓 Pull request needs code review. B0-patch M4-core ⛓ Core client code / Rust. labels Nov 11, 2016

/// `HashDB` value type.
pub type DBValue = ElasticArray256<u8>;
pub type DBValue = ElasticArray128<u8>;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not noticeably affect import performance

@rphmeier
Copy link
Contributor

(Also part of #3304 -- with this and #3377 warp sync should be plausible on an rPi3)

@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Nov 11, 2016
@gavofyork gavofyork merged commit 67fa58d into master Nov 12, 2016
@gavofyork gavofyork deleted the snapshot-mem branch November 12, 2016 11:07
arkpar added a commit that referenced this pull request Nov 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants