Skip to content

merkle/simpleHashFromHashes: Switch it to an iterative method #2611

@ValarDragon

Description

@ValarDragon

Currently its implemented in a recursive manner. This would end up being faster if done in an iterative manner. Ref:

func simpleHashFromHashes(hashes [][]byte) []byte {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions