Skip to content

Conversation

@dzbarsky
Copy link
Contributor

Some minor optimizations to analysis time memory usage (avoid creating some list temporaries, some extra strings, etc.)
Some of the usage might be simpler as args.add("foo", foo) instead of args.add(foo, format="foo=%s") but I opted to keep the usage the same as before for safety.

Copy link
Collaborator

@scentini scentini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@scentini scentini merged commit 3e8f19e into bazelbuild:main Aug 23, 2023
ttiurani pushed a commit to ttiurani/rules_rust that referenced this pull request Sep 15, 2023
Some minor optimizations to analysis time memory usage (avoid creating
some list temporaries, some extra strings, etc.)
Some of the usage might be simpler as `args.add("foo", foo)` instead of
`args.add(foo, format="foo=%s")` but I opted to keep the usage the same
as before for safety.
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