Skip to content

Instantly share code, notes, and snippets.

@dwhswenson
Last active August 29, 2015 14:17
Show Gist options
  • Save dwhswenson/0264e84fccc1414c313e to your computer and use it in GitHub Desktop.
Save dwhswenson/0264e84fccc1414c313e to your computer and use it in GitHub Desktop.
OPS: Linear slowdown as order parameter dictionary grows
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Note that the included ipynb is based off my analysis branch (requires TISTransition).

The problem appears to be that the entire order parameter dictionary is being searched every time. This gets slower as the dictionary gets larger.

@dwhswenson
Copy link
Author

Posterity: this problem should be fixed by OPS #184, which was merged in as a part of OPS #201.

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