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

Migrate to go1.17, remove inserted and deleted bitmaps #20

Merged
merged 8 commits into from
Sep 5, 2021
Merged

Conversation

kelindar
Copy link
Owner

@kelindar kelindar commented Sep 5, 2021

This PR removes inserted and deleted bitmaps previously stored in the transaction. This simplifies a lot of things, as now the Commit struct is as a simple array of buffers and a dirty bitmap. It also makes Delete() function on the column implementation redundant, since we can now simply switch on the operation type during Apply().

I also migrated and tested the library on go 1.17, which resulted in increased performance.

@kelindar kelindar merged commit 254e1c3 into main Sep 5, 2021
@kelindar kelindar deleted the wip branch September 5, 2021 15:35
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.

1 participant