asc-community / asc-community/dotnet-benchmarks
Update "Branching Techniques" with data structures
Open
enhancement
good first issue
- Dominant language
- C#
- Stars
- 51
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Update the branching techniques benchmark with data structures such as arrays and dictionaries. This way it will compare using a switch to just looking up an index in an array for example.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the existing "Branching Techniques" benchmark in the repository and run it to understand its current cases and output. Add comparable array and dictionary lookup cases alongside the switch benchmark; it is done when the benchmark reports all requested branching and data-structure strategies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100