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

Consider using AVL tree instead of ConcurrentDictionary #2

Open
z33bs opened this issue Feb 6, 2021 · 0 comments
Open

Consider using AVL tree instead of ConcurrentDictionary #2

z33bs opened this issue Feb 6, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@z33bs
Copy link
Member

z33bs commented Feb 6, 2021

ZenIoc holds its own in terms of performance, given the rich features offered. Other high performant containers have had success with using AVL trees / similar design for quicker lookup. I know nothing about these AVL trees, so would appreciate some help giving ZenIoc a bit of a performance boost ;-)

@z33bs z33bs added enhancement New feature or request help wanted Extra attention is needed labels Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant