Skip to content

send UCI options in command line order to the engine #557

@vondele

Description

@vondele

the order of the options send to the engine can influence for example the startup time, e.g.

option.Threads=128 option.Hash=120000

might enable the engine to use 128 threads to zero the 120Gb hash, while

option.Hash=120000 option.Threads=128

will likely use 1 thread to zero 120Gb, which leads to a longer startup time.

Sending the options in the order they appear on the command line would give the user of cutechess-cli a way to optimize this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions