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

v2.0.7 proposal #14

Merged
merged 3 commits into from
Feb 27, 2023
Merged

v2.0.7 proposal #14

merged 3 commits into from
Feb 27, 2023

Conversation

nsavoire
Copy link
Contributor

No description provided.

@nsavoire nsavoire changed the base branch from main to v2.x February 24, 2023 13:25
@github-actions
Copy link

github-actions bot commented Feb 24, 2023

Overall package size

Self size: 663.08 kB
Deduped: 663.08 kB
No deduping: 663.08 kB

Dependency sizes

name version self size total size

🤖 This report was automatically generated by heaviest-objects-in-the-universe

`push` using `Array.concat` creates a new copy of the array for each
inserted element and leads to n^2 complexity when decoding arrays.
For pprof with large numbers of samples, this quickly leads to very long
decoding (>1 min) compared to ~1s with this change.
Check that profiles encoded with pprof-format can be decoded by
protobufjs and that pprof-format can decode profiles encoded with
protobufjs.
@nsavoire nsavoire requested a review from Qard February 24, 2023 13:26
@nsavoire nsavoire added the semver-patch Bug and security fixes label Feb 24, 2023
@nsavoire nsavoire merged commit ad2977a into v2.x Feb 27, 2023
@nsavoire nsavoire deleted the v2.0.7-proposal branch March 20, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch Bug and security fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants