Skip to content

Could we do finer-grained parallelization #4

@sfluhrer

Description

@sfluhrer

Right now, when we sign, we divide the signature process into tasks; we divide each Merkle tree into two tasks (when it makes sense), and have each FORS tree be a single task.
This parcels out the work nicely if we have up to 8 threads; would it make sense to divide things further (e.g. divide each Merkle tree into quarters, and possible divide each FORS tree into two)? This would allow us to use more threads (e.g. 16) efficiently.
Of course, I'm not sure if this "more than 8 threads" is common enough to merit the extra complexity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions