Skip to content

Named constants for number of threads and exploration level #805

@kkarbowiak

Description

@kkarbowiak

The default number of threads is 4 and the default exploration level is 5, but named constants for those values are missing and the magic numbers are used in several places (in libvroom.cpp and main.cpp).

I propose to add named constants and use them instead.

BTW, the allowed values for exploration level (0..5) do not seem to have any meaning that could be conveyed by an enumeration, do they?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions