Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize Cucumber expression creation in .Net implementation #190

Open
mpkorstanje opened this issue Dec 8, 2022 · 0 comments
Open

Optimize Cucumber expression creation in .Net implementation #190

mpkorstanje opened this issue Dec 8, 2022 · 0 comments

Comments

@mpkorstanje
Copy link
Contributor

mpkorstanje commented Dec 8, 2022

🤔 What's the problem you're trying to solve?

With #187 optimizations were submitted to create Cucumber expressions more efficiently when using Java. These changes are not applicable the other implementations as these have regular expression support build into the language itself.

Except .Net

✨ What's your proposed solution?

Port the changes made in #187 to ExpressionFactory.cs and CucumberExpression.cs.

@mpkorstanje mpkorstanje changed the title Port optimizations from #187 to .Net implementation Optimize Cucumber expression creation in .Net implementation Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant