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

Range scan performance #43

Open
JohannesLichtenberger opened this issue Mar 12, 2020 · 0 comments
Open

Range scan performance #43

JohannesLichtenberger opened this issue Mar 12, 2020 · 0 comments

Comments

@JohannesLichtenberger
Copy link

JohannesLichtenberger commented Mar 12, 2020

Hi,

I'm currently thinking about using a Java based ART implementation as an in-memory index for my Open Source temporal data store (https://sirix.io), which uses an ART like trie for storing paged variable sized document index on flash drives. I'm however also using Bitmap nodes as in hash array mapped tries or Judy arrays.

Now, besides a super cache unfriendly AVL tree as a secondary in memory data structure I'm considering using ART or HOT. However, I don't understand why performance for 95% range scans and 5% inserts is worse in comparison with a TreeMap, which is a red/black binary tree implementation:

https://github.com/rohansuri/adaptive-radix-tree

You'll find the performance comparison diagram when you scroll down. Maybe you have an idea...

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

No branches or pull requests

1 participant