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

Eliminate Superfluous Indices and Use Reverser Iterators #1951

Closed
mvandeberg opened this issue Dec 27, 2017 · 2 comments
Closed

Eliminate Superfluous Indices and Use Reverser Iterators #1951

mvandeberg opened this issue Dec 27, 2017 · 2 comments
Assignees

Comments

@mvandeberg
Copy link
Contributor

Review all existing indices to check for obsolete ones and potentially replaceable by reverse_iterator usage (especially look for indices prefixed with by_old)

Referenced in #1932

Some indices need to be accesses in both directions. Because lower_bound semantics are easier, we were lazy and created a second index. Those should be removed and replaced by reverse iterator semantics.

@mariusztrela
Copy link

It is done - see implementation in PR 1963.

@mvandeberg
Copy link
Contributor Author

#1999 concerns this task and is complete.

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

3 participants