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

optimize the map iterator used by the history table #417

Merged
merged 6 commits into from
Feb 25, 2020

Conversation

bheni
Copy link
Contributor

@bheni bheni commented Feb 24, 2020

No description provided.

@bheni bheni changed the base branch from master to bh/set-algebra February 24, 2020 02:13
@bheni bheni changed the title Bh/opt hist itr2 optimize the map iterator used by the history table Feb 24, 2020
@bheni bheni requested a review from zachmu February 24, 2020 08:41
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good, just a few comments

// Inclusive says whether the Start key should be included in the range.
Inclusive bool
// Reverse says if the range should be read in reverse (from high to low) instead of the default (low to high)
Reverse bool
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Call this Ascending / Descending and make an enum type for it

@bheni bheni merged commit 09378f8 into bh/set-algebra Feb 25, 2020
@bheni bheni deleted the bh/opt-hist-itr2 branch February 25, 2020 06:38
bheni pushed a commit that referenced this pull request Feb 25, 2020
* filter commits used by history table (#418)
* setalgebra package (#416)
* history table iterator optimizations (#417)
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

Successfully merging this pull request may close these issues.

None yet

2 participants