Skip to content

Remove pointless temp files uses for dependency analysis#13629

Draft
rgrinberg wants to merge 1 commit intoocaml:mainfrom
rgrinberg:push-nmsvvokuzmur
Draft

Remove pointless temp files uses for dependency analysis#13629
rgrinberg wants to merge 1 commit intoocaml:mainfrom
rgrinberg:push-nmsvvokuzmur

Conversation

@rgrinberg
Copy link
Member

There's no point to save the computation of transitive closures. These are very quick to compute on the fly since everything is in memory.

If we ever consider caching them again, creating 2 files per module isn't the way to go anyway.

There's no point to save the computation of transitive closures. These
are very quick to compute on the fly since everything is in memory.

If we ever consider caching them again, creating 2 files per module
isn't the way to go anyway.

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

<!-- ps-id: ae00b7cc-c09a-42f7-8d27-bc0e73567f37 -->

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

refactor: attempt to speed up

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
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.

1 participant