Skip to content

nightly-2024-01-02: chore: Optimize goto_definitions for workspace case (#3914)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 02:16
· 1769 commits to master since this release
66af0e7
# Description

## Problem\*

Resolves 

Slow performance on bigger workspace with goto-definitions #3915

## Summary\*

Optimises performance of a request from ~16 seconds to ~1s on sample
workspace
[noir-protocol-circuits](https://github.com/AztecProtocol/aztec-packages/tree/master/yarn-project/noir-protocol-circuits)

## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.