An open index of dependabot pull requests across open source projects.

github.com/tklauser/numcpus

Ecosystem:
go
Package URL:
pkg:golang/github.com/tklauser/numcpus
Total PRs:
34 Dependabot PRs
Latest PR:
6 months ago
Unique Repositories:
19 repositories
Unique Repos (30 days):
0 repositories
Recent PRs
Package Details
Name: github.com/tklauser/numcpus
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/tklauser/numcpus
JSON API: View JSON
Package Information
Description:

Package numcpus provides information about the number of CPUs in the system. It gets the number of CPUs (online, offline, present, possible or kernel maximum) on Linux, Darwin, FreeBSD, NetBSD, OpenBSD, DragonflyBSD, Solaris/Illumos or Windows systems. On Linux, the information is retrieved by reading the corresponding CPU topology files in /sys/devices/system/cpu. On BSD systems, the information is retrieved using the hw.ncpu and hw.ncpuonline sysctls, if supported. On Windows systems, the information is retrieved using the GetActiveProcessorCount and GetMaximumProcessorCount functions, respectively. Not all functions are supported on Darwin, FreeBSD, NetBSD, OpenBSD, DragonflyBSD, Solaris/Illumos and Windows. ErrNotSupported is returned in case a function is not supported on a particular platform.

Repository: https://github.com/tklauser/numcpus
Homepage: https://github.com/tklauser/numcpus
Latest Release: v0.10.0
over 1 year ago
Dependent Repos: 15,502
Dependent Packages: 7,242
Ranking: Top 0.0579% by dependent repos Top 0.026% by dependent pkgs
PR Status
Open 18 (52.9%)
Merged 1 (2.9%)
Closed 14 (41.2%)
PR Types
Minor 33 (97.1%)