Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Use a custom prelude to improve compile performance #9

Merged
merged 5 commits into from
Dec 1, 2023
Merged

Conversation

paulcadman
Copy link
Collaborator

@paulcadman paulcadman commented Dec 1, 2023

In this PR:

Before:

$ time juvix typecheck Data/Map.juvix
Well done! It type checks
juvix typecheck Data/Map.juvix  8.24s user 0.11s system 99% cpu 8.403 total

After:

$ time juvix typecheck Data/Map.juvix
Well done! It type checks
juvix typecheck Data/Map.juvix  2.25s user 0.05s system 98% cpu 2.324 total

@paulcadman paulcadman self-assigned this Dec 1, 2023
@paulcadman paulcadman merged commit 300b163 into main Dec 1, 2023
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant