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

switch from tree to index tree (arena) #200

Open
0x8f701 opened this issue Jul 28, 2020 · 3 comments
Open

switch from tree to index tree (arena) #200

0x8f701 opened this issue Jul 28, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@0x8f701
Copy link
Member

0x8f701 commented Jul 28, 2020

tree has many tradeoffs, especially

  • cycle will break function
  • many lock/unlock operation is necessary in rust
  • makes it hard to do multi-processing
@0x8f701
Copy link
Member Author

0x8f701 commented Jul 28, 2020

@0x8f701 0x8f701 added the enhancement New feature or request label Jul 28, 2020
@0x8f701
Copy link
Member Author

0x8f701 commented Jul 28, 2020

This is urgent to have, I'll try to do it

@0x8f701
Copy link
Member Author

0x8f701 commented Aug 15, 2020

To implement this, saschagrunert/indextree#53 is necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant