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

Add default implementations for Store bulk operations #424

Merged
merged 1 commit into from
May 19, 2020

Conversation

timvermeulen
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Add default implementations of Store's bulk operations that repeatedly call the corresponding non-bulk operation
  • Remove type-specific implementations of these methods that already did this (RocksDb::bulk_write is unaffected because it improves over the default implementation)

@timvermeulen timvermeulen merged commit 42fc42e into master May 19, 2020
@timvermeulen timvermeulen deleted the tim/store-bulk-operations branch May 19, 2020 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants