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

[TASK]: Investigate MIRA MMT cache #5500

Closed
mwdchang opened this issue Nov 13, 2024 · 0 comments
Closed

[TASK]: Investigate MIRA MMT cache #5500

mwdchang opened this issue Nov 13, 2024 · 0 comments
Labels
task Development task

Comments

@mwdchang
Copy link
Member

mwdchang commented Nov 13, 2024

Preamble

We current have a taskrunner task amr-to-mmt that converts AMR to MMT format, in a number of occasions this is doing redundant work, as we have, for example in stratify:

stratify(AMR, ...) => MMT_new => AMR_new

And we subsequently covert AMR_New to MMT_new again. This has been observed to be quite slow for large models - eg models with 300+ states. In models with 1000+ states this task could take 10s of seconds before completion.

This back and forth conversions is due to historically, AMR encompass more modelling frameworks than those represented in MMT, but we have since dropped support for these frameworks.

@mwdchang mwdchang added the task Development task label Nov 13, 2024
@mwdchang mwdchang closed this as not planned Won't fix, can't repro, duplicate, stale Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Development task
Projects
None yet
Development

No branches or pull requests

1 participant