Skip to content

Run Go with "GOMAXPROCS=<cores on your machine>". #7

@ghost

Description

Go is designed for concurrency, but by default it currently uses only 1 OS thread.
By specifying "GOMAXPROCS=N" where N is the appropriate number of threads to use, it has a significant impact on the benchmarks (at least on my machine).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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