Azure / Azure/azure-functions-host
Remove the usage of string split from WorkerConfigurationResolverOptionsSetup
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
Replace the usage of String.Split() with a performant approach using Span APIs in `WorkerConfigurationResolverOptionsSetup` class. Reference changes - https://github.com/Azure/azure-functions-host/commit/7ce1414d9eee358635b08c515de3830fdcefcfa3
Contributor guide
Research direction
Locate the WorkerConfigurationResolverOptionsSetup class and inspect its String.Split() usage first. Compare the referenced commit to understand the intended Span API approach; the work is done when that usage is replaced without changing the resolver's behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100