Azure / Azure/azure-functions-host

Remove the usage of string split from WorkerConfigurationResolverOptionsSetup

Open
#11,261 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.