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

[Feature] primitive collection adaptation #1636

Open
javeme opened this issue Nov 9, 2021 · 0 comments
Open

[Feature] primitive collection adaptation #1636

javeme opened this issue Nov 9, 2021 · 0 comments
Labels
feature New feature

Comments

@javeme
Copy link
Contributor

javeme commented Nov 9, 2021

Feature Description (功能描述)

TODO:

  1. primitive集合的多线程加速。目前是使用synchronized的方式加锁粒度比较粗导致性能下降,后续可以采用分段加锁等方式加速
    • ConcurrentObjectIntMapping
    • Record
    • SingleWayMultiPathsRecords.accessedVertices
  2. 改造算法使用primitive的records。目前只有shortestpath、kout、kneighbor和paths改造完成。其他算法仍需要改造。

https://github.com/hugegraph/hugegraph/pull/1409#issuecomment-844828008

@javeme javeme added the feature New feature label Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant