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

New memoryengine #139

Merged
merged 1 commit into from
Jul 27, 2020
Merged

New memoryengine #139

merged 1 commit into from
Jul 27, 2020

Conversation

asdine
Copy link
Collaborator

@asdine asdine commented Jul 22, 2020

This PR brings back the original memory engine to replace Badger as the main memory engine. This engine uses an in memory Btree and a sync.RWMutex to manage concurrency and transactions.

It is still possible to use Badger as a memory engine, it just needs to be done manually through the badgerengine.

@asdine asdine merged commit e508116 into master Jul 27, 2020
@asdine asdine deleted the new-memoryengine branch July 27, 2020 19:34
@asdine asdine mentioned this pull request Aug 17, 2020
@asdine asdine modified the milestones: v0.8.0, v0.7.0 Aug 25, 2020
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