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

Make sure the multivalued slot list is cached #448

Merged
merged 1 commit into from
May 4, 2023

Conversation

kevinschaper
Copy link
Collaborator

@kevinschaper kevinschaper commented May 4, 2023

This really easy tweak changed my monarch-kg tsv -> jsonl transform from 20 minutes to 7 minutes on my laptop.

A lot of time is still getting spent in remove_null(value) - as an experiment, I tried running without any sanitizing at all, and it dropped to 4 minutes, but I'm not really sure what to do with that information.

This seemed like enough of an improvement to put in on it's own

@kevinschaper kevinschaper requested a review from sierra-moxon May 4, 2023 22:35
@sierra-moxon sierra-moxon merged commit c608a66 into master May 4, 2023
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.

2 participants