-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Reduce heap allocations and use modern cpp #16
Conversation
51ab608
to
e54d344
Compare
It'd be good to separate pure cosmetic changes (that can potentially be merged quickly) from ones that benefit performance, because the latter require benchmarks. |
Do you have any benchmarking script? |
Yes, but it comes with instructions - that I'll write later |
TBH I don't really see anything here that in theory could cause perf regression. |
I think it looks good but there are a lot of changes for a single commit. |
@@ -8,7 +8,7 @@ jobs: | |||
matrix: | |||
# At the time of writing macos-latest is mac 10; we need 11 to build a universal binary. | |||
os: [ubuntu-latest, macos-11, windows-latest] | |||
node: [12, 14, 16] | |||
node: [14, 16] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason doesn't build on v12? Old cpp version?
I'l lsplit this up |
No description provided.