Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[perf] Parallel builds #9

Merged
merged 10 commits into from
Aug 28, 2024
Merged

[perf] Parallel builds #9

merged 10 commits into from
Aug 28, 2024

Conversation

sneakers-the-rat
Copy link
Contributor

not much of a perf gain, but it's something - build schemas within a namespace in parallel with multiprocessing. goes from 1:55s down to 1:17s.

We also finally were forced to delete some monkeypatches because they break pickling, which fixed our import ordering because of the fixes i made on upstream schemaview import ordering.

not sure why attributes are a list instead of a dict now, but i also don't mind it.

@coveralls
Copy link

coveralls commented Aug 21, 2024

Coverage Status

coverage: 73.854% (+0.1%) from 73.732%
when pulling a604990 on perf-generator
into 98a9975 on main.

@sneakers-the-rat sneakers-the-rat merged commit 0e40585 into main Aug 28, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants