Implement gridDiskSafe
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C
- Stars
- 6.5k
- Forks
- 627
- Avg merge
- 3d 21h
- Merged PRs (30d)
- 6
Description
Like kRing / gridDisk, but always use the slow, safe algo. Should just be renaming and exposing _kringInternal. This would avoid trying the fast algo if you know it's going to fail.
Contributor guide
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 reading the existing kRing and gridDisk entry points and the _kringInternal implementation. Confirm how the slow, safe algorithm is selected, then expose the requested gridDiskSafe behavior without attempting the fast algorithm and verify it matches the existing gridDisk results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100