You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: