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

Support std::string_view #26

Open
schaumb opened this issue Jan 8, 2024 · 2 comments
Open

Support std::string_view #26

schaumb opened this issue Jan 8, 2024 · 2 comments

Comments

@schaumb
Copy link

schaumb commented Jan 8, 2024

With the current implementation, the option handling/parsing only works with a lot of allocations. If the implementation would use string_view internally and can save arguments as viewer structs, that could be neat.

@Ahajha
Copy link
Contributor

Ahajha commented Aug 28, 2024

I'm interested in this as well, I'm starting a branch and seeing how much can be done. I don't know if this project still takes PRs, but if not I'll leave mine up as a fork.

@Ahajha
Copy link
Contributor

Ahajha commented Sep 20, 2024

I got most of the low hanging fruit, I might make a second pass later to get more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants