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

Efficient mgfcall_map updates for variables not pulled from the queue #33

Open
georgematheos opened this issue Nov 5, 2020 · 0 comments

Comments

@georgematheos
Copy link
Owner

I am currently working on a way for efficient updates to mgfcall_maps which are in world variables which are being updated after being pulled off the update queue, but not ones which are updated via a recursive call. In some situations involving recursive calls, we may be able to produce more efficient updates, but it would probably require tracking the topological indices of variables looked up in the map. This would introduce a decent amount of complexity, and some performance detriments in many cases. It may be worth thinking through what the performance tradeoffs this would introduce are, and whether it is worth trying to implement some version of this.

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

No branches or pull requests

1 participant