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

Convert cell data structure from TAILQ to RB tree #16

Merged
merged 1 commit into from
Dec 7, 2015

Conversation

mrenters
Copy link
Contributor

@mrenters mrenters commented Dec 7, 2015

This change brings red-black trees to the cells (columns). It improves performance in cases where there are many columns that aren't accessed in sequential order.

jmcnamara added a commit that referenced this pull request Dec 7, 2015
Convert cell data structure from TAILQ to RB tree
@jmcnamara jmcnamara merged commit 0becbda into jmcnamara:red_black Dec 7, 2015
@jmcnamara
Copy link
Owner

Merged. Thanks.

@jmcnamara
Copy link
Owner

Merged to master and pushed. Thanks.

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