Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

number of goroutine for decoding with regard to go-osmpbf  #3

Description

@kkdd

When using go-osmpbf (https://github.com/qedus/osmpbf),
fmp.Printf("number of goroutines for decoding = %d", runtime.GOMAXPROCS(-1))
would print helpful information. I suspect it to be one.

Note that it is used in the code as follows:
err = d.Start(runtime.GOMAXPROCS(-1)) // use several goroutines for faster decoding

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