linksplatform / linksplatform/Data
Try to implement the algorithms using System.Reflection.Emit and a low-level stack
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/linksplatform/Data/blob/5db05cdf77c94517150a7ad33fb50b836ac44d11/Sequences/SequenceWalker.cs#L25
https://github.com/linksplatform/Data/blob/5db05cdf77c94517150a7ad33fb50b836ac44d11/Sequences/StopableSequenceWalker.cs#L23
Compare performance after implementation.
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 reading Sequences/SequenceWalker.cs at line 25 and Sequences/StopableSequenceWalker.cs at line 23 to understand the existing algorithms. Implement comparable versions using System.Reflection.Emit and a low-level stack, then measure their performance against the current implementations. Done means the implementations exist and the performance comparison is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100