atomic.Uint8 atomic.Uint16 support not found
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.5k
- Forks
- 116
- Avg merge
- 7d 10h
- Merged PRs (30d)
- 4
Description
go data types uint8 and uint16 is not supported on "go.uber.org/atomic"
we required these datatypes supported on atomic for optimal memory and performance
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
Start by exploring the go.uber.org/atomic package for existing atomic.Uint types and their tests. Identify how uint8 and uint16 wrappers are organized, then add matching support and tests demonstrating atomic access for both types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100