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

Concurrent benchmarking #63

Closed
sunng87 opened this issue Jan 26, 2022 · 1 comment
Closed

Concurrent benchmarking #63

sunng87 opened this issue Jan 26, 2022 · 1 comment
Assignees

Comments

@sunng87
Copy link
Owner

sunng87 commented Jan 26, 2022

Add multi-threaded concurrent scenario benchmarking to address performance issue from #62

@sunng87 sunng87 self-assigned this Jan 26, 2022
@sunng87
Copy link
Owner Author

sunng87 commented Jan 26, 2022

Benchmarking results from 935e324

threads count with RwLock with dashamp
16 1,100,155 ns/iter (+/- 213,668) 653,923 ns/iter (+/- 49,588)
50 1,542,176 ns/iter (+/- 354,667) 666,835 ns/iter (+/- 70,228)

the dashmap implementation introduced in #62 brought significant scalability on multi-thread scenarios. @SSebo

@sunng87 sunng87 closed this as completed Jan 26, 2022
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