maoruibin / maoruibin/maoruibin.github.com
获取设备的CPU数量
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 22
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
private static final int CPU_COUNT = Runtime.getRuntime().availableProcessors();
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue contains only a Java declaration using Runtime.availableProcessors() and names no file, entry point, or test. Start by locating this declaration or its usage in the repository and clarify what behavior is expected. Done should mean the intended CPU-count feature is specified and verified by an appropriate test or reproducible check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100