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

parallelize bulk loading algorithm #45

Open
bigerl opened this issue Oct 9, 2020 · 0 comments
Open

parallelize bulk loading algorithm #45

bigerl opened this issue Oct 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bigerl
Copy link
Member

bigerl commented Oct 9, 2020

parts of the bulk loading algorithm can be parallelized.
e.g.:

  • children can be added to all children maps of a node at the same time (interesting for nodes of depth >2)
  • updates to child nodes could be sent to a queue and processed in smaller chunks
@bigerl bigerl added the enhancement New feature or request label Oct 9, 2020
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