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

Fix 144 #148

Merged
merged 3 commits into from
Sep 18, 2021
Merged

Fix 144 #148

merged 3 commits into from
Sep 18, 2021

Conversation

nonara
Copy link
Collaborator

@nonara nonara commented Sep 5, 2021

Related Issues

Performance Notes

When I said it wouldn't have a perf impact, I should have more correctly stated that the impact would be negligible.

I did a bit of perf testing and found that the added operation: if (myVar === 'a' || myVar === 'A') runs at 436,132,968 ops per second. The extra bit of logic inside the conditional will be even less impactful, as it will rarely execute, and is also extremely inexpensive.

In short, I don't expect a noticeable difference for the changes.

@nonara
Copy link
Collaborator Author

nonara commented Sep 13, 2021

@taoqf Looks like you've got a bit going on that's keeping you busy. Would you be willing to make me a maintainer so I can help keep things moving and address some of the issues?

For some background, I understand the priority of speed, and I maintain several large / critical repos. I'd be happy to help.

Also, I have a month old ticket waiting on this — at the very least, can we merge this PR?

@taoqf
Copy link
Owner

taoqf commented Sep 18, 2021

@nonara Happy to hear this.

@taoqf taoqf merged commit fd3ec55 into taoqf:main Sep 18, 2021
@taoqf
Copy link
Owner

taoqf commented Sep 18, 2021

Busy is not the only thing stop me, but also the gfw. I am not access to github for month.

@nonara
Copy link
Collaborator Author

nonara commented Sep 18, 2021

Thanks! Will be glad to help out. Sorry to hear about that. I didn't realize the GFW was blocking GitHub!

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.

None yet

2 participants