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

Benchmark 'add' and 'rm' of generic_mtrie #4574

Closed
wants to merge 2 commits into from

Conversation

gkhandake
Copy link

@gkhandake gkhandake commented Jul 13, 2023

Benchmark of 'add' and 'rm' operation of generic_mtrie

In my project we need to subscribe to lots of unique topics (prefixes). Following benchmark test helps to get performance measurement on publisher side when we have lots of topics to subscribe.

Following are the result of benchmark.

$ ./perf/benchmark_generic_mtrie 
prefixes = 1000000
[generic_mtrie::add]
Average operation time = 287.7 ns
[generic_mtrie::rm]
Average operation time = 189.1 ns

@sonatype-lift
Copy link

sonatype-lift bot commented Jul 13, 2023

Sonatype Lift is retiring

Sonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console.
We are extremely grateful and thank you for your support over the years.

📖 Read about the impacts and timeline


This file is part of libzmq, the ZeroMQ core engine in C++.

libzmq is free software; you can redistribute it and/or modify it under
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The license has changed, please check other files and update the header to match

along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#if __cplusplus >= 201103L
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this necessary?

@bluca
Copy link
Member

bluca commented Oct 25, 2023

CI fails in several places, no answer since a few months, closing, if you are still interested please fix the builds and reopen it

@bluca bluca closed this Oct 25, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants