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

Reimplement chainbase using intrusive instead of multi_index #58

Merged
merged 67 commits into from
Nov 5, 2019

Conversation

swatanabe-b1
Copy link

Primary Features:

  • Per container memory pools
  • full exception safety
  • lighter weight representation of the undo stack.
  • avl trees instead of rb trees.

Copy link

@arhag arhag left a comment

Choose a reason for hiding this comment

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

Still need to finish reviewing undo_index.hpp.

CMakeLists.txt Show resolved Hide resolved
include/chainbase/chainbase_node_allocator.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Show resolved Hide resolved
include/chainbase/undo_index.hpp Show resolved Hide resolved
include/chainbase/undo_index.hpp Show resolved Hide resolved
include/chainbase/shared_cow_string.hpp Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
Copy link

@arhag arhag left a comment

Choose a reason for hiding this comment

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

More reviewing left to do on undo_index.hpp. I just wanted to get the pending comments out earlier.

include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
include/chainbase/undo_index.hpp Show resolved Hide resolved
include/chainbase/undo_index.hpp Show resolved Hide resolved
include/chainbase/undo_index.hpp Outdated Show resolved Hide resolved
@swatanabe-b1 swatanabe-b1 merged commit 100f76d into master Nov 5, 2019
@swatanabe-b1 swatanabe-b1 deleted the undo_index branch November 5, 2019 22:22
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.

3 participants