Generalize atomic interface in PS
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 15
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
The current interface for ps_faa and ps_cas require very specific input and output types. They should be made generic across types likely by having them be macros for compiler intrinsics, or (if we're OK with word-size limitations), with casts.
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 locating the definitions and call sites for ps_faa and ps_cas, then inspect how their current input and output types are constrained. The work is done when both interfaces support the intended range of types through compiler intrinsics or documented word-size casts, with behavior verified against the existing atomic operations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100