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

Small performance opportunity in new Conjugation class. #395

Open
primaryodors opened this issue Nov 26, 2023 · 0 comments
Open

Small performance opportunity in new Conjugation class. #395

primaryodors opened this issue Nov 26, 2023 · 0 comments
Labels
enhancement New feature or request. help wanted Extra attention is requested. low priority Not a show stopper, but should be addressed.

Comments

@primaryodors
Copy link
Owner

          Would be good to get this working.

Originally posted by @primaryodors in #388 (comment)

The algorithm finds the two mutually closest atoms, saving the result in case the same call is made afterward from the opposite direction. However, the returned atom from the second call is always incorrect, which is why the feature was commented. As a result, the algorithm is run twice by the code that calls this function, when once should be sufficient.

@primaryodors primaryodors added enhancement New feature or request. help wanted Extra attention is requested. low priority Not a show stopper, but should be addressed. labels Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. help wanted Extra attention is requested. low priority Not a show stopper, but should be addressed.
Projects
None yet
Development

No branches or pull requests

1 participant