This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(rome_js_semantic): POC Reduce writes
Improve the performance of the semantic model by writting less data: * Only store the nodes that can be queried by the semantic model * Only store declaration reads/writes once instead of twice ## Alternatives: Keep `declaration_all_writes` and `declaration_all_reads` and compute `declaration_all_references` by concatenating the two list. Downside: Doesn't maintain read/write order Upside: Cheaper read of reads/writes because it doesn't require any filtering
- Loading branch information
Micha Reiser
committed
Nov 6, 2022
1 parent
b2831b7
commit 9771f1d
Showing
2 changed files
with
156 additions
and
54 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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