Skip to content

Use optimised rlp hash writer in aristo_compute #3164

@arnetheduck

Description

@arnetheduck

computeKey is one of the places where we compute the most hashes that would benefit from avoiding memory allocations (since they're numerous and small), and yet the new HashWriter is not in use there:

var writer = initRlpWriter()

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions