You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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