INDAPlus21 / INDAPlus21/azeezd-task-7
Pass
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Very well done Azeez!**
I like your usage of directives and `gets`!
I also think that your solution to _Cyber-Clara och anmälningslistorna_, thou very fast :), can be further optimsed by allocating the buffers on the stack. Stack allocation is dangerous if the return value, not the argument value, of a procedure is a pointer to a stack allocated buffers. Try to allocate your buffers in the main procedure's stack frame, and see if it makes a difference.
Keep it up!
> “Knock, knock.”
> “Who’s there?”
> very long pause….
> “Java.”
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 points to the C program's main procedure and its buffers, but names no file or test. Inspect the existing entry point first, then verify that moving the buffers into main preserves current behavior and measure whether it changes performance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100