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

Memoization across property types #26

Open
bestchai opened this issue May 26, 2020 · 0 comments
Open

Memoization across property types #26

bestchai opened this issue May 26, 2020 · 0 comments

Comments

@bestchai
Copy link
Member

bestchai commented May 26, 2020

The dominant use-case for Texada will probably involve multiple property types. That is, Texada will mine instances for multiple types on the same log in a single run. In this case, we can do better than just memoizing across property instances of the same type. We can also memoize and re-use results across property types.

Some of the same issues arise in this memoization process as for memoizing between property instances:

  • What order to use for mining property types?
  • How long to keep memoized state across property types?

[Issue created by bestchai: 2015-07-01]

[Comment created by carolemieux: 2015-07-01]
Note that this will require solving Issue 38 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant