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

feat(Issue-282): trim whitespace, add option to omit empty labels #288

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

smlgbl
Copy link

@smlgbl smlgbl commented Feb 12, 2025

Trying to address issue #282

@nehaev
Copy link
Contributor

nehaev commented Mar 15, 2025

Hi @smlgbl, thanks for your pull request!

I was trying to approach this issue (see my experimental branch) from a slightly different angle: use maps instead of arrays. Maps have nicer api that can make it easier to bring better MDC and KVP support in the future. Performance should be fine as well, but it needs a thorough evaluation.

If the maps experiment will fail due to any reason, I guess I will go back to your PR.

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

Successfully merging this pull request may close these issues.

2 participants