Open
Conversation
Improve heap profile memory usage by lazily loading js objects
* Read V8 map data directly, for signal safety * Allow passing in an ACF key object externally to the profiler. * time-profiler.ts uses it to pass an AsyncLocalStorage (ALS) as the key.
#281) use MapAllocationProfile by default to get heap profiler
* build(deps-dev): bump gts from 4.0.1 to 7.0.0 Bumps [gts](https://github.com/google/gts) from 4.0.1 to 7.0.0. - [Release notes](https://github.com/google/gts/releases) - [Changelog](https://github.com/google/gts/blob/main/CHANGELOG.md) - [Commits](google/gts@v4.0.1...v7.0.0) --- updated-dependencies: - dependency-name: gts dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix(lint): migrate ESLint config to flat format for gts 7.x / ESLint v9 - Add eslint.config.js using gts flat config export - Delete legacy .eslintrc.json and .eslintignore - Fix .prettierrc.js formatting (prettier v3 style) - Fix @typescript-eslint/no-explicit-any errors (now error in ts-eslint v8 recommended) - Fix @typescript-eslint/no-unused-vars and @typescript-eslint/no-floating-promises - Update eslint-disable comment to use n/ prefix instead of node/ - Exclude benchmark/, scripts/, system-test/ from root config (have own configs) - Auto-fix prettier trailing comma issues across source files (prettier v3) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Attila Szegedi <attila.szegedi@datadoghq.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Overall package sizeSelf size: 1.81 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | source-map | 0.7.6 | 185.63 kB | 185.63 kB | | pprof-format | 2.2.1 | 163.06 kB | 163.06 kB | | node-gyp-build | 3.9.0 | 8.81 kB | 8.81 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.