Skip to content
Discussion options

You must be logged in to vote

As I mentioned above, the CG size controls how many threads are used simultaneously to query a given key. We use a default CG size of 8 for the multimap based on empirical results, with the goal of improving performance.

If you want each thread to handle a single query key independently, you can set the CG size to 1. However, this will result in reduced runtime performance.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@djie-0329
Comment options

@PointKernel
Comment options

Answer selected by djie-0329
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
topic: static_multimap Issue related to the static_multimap
2 participants