We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Investigate and profile whether these mutexes in pub_handler.cpp are not slowing down the pipeline. If yes, optimize the code.
pub_handler.cpp
The text was updated successfully, but these errors were encountered:
Feature implemented in commit f114b65 and improved speed 2x.
Notes:
.insert()
.reserve()
Sorry, something went wrong.
@veskrdan How big was the speed gain during your tests?
@petrapa6 About 0.010 ms on average. The method was about 0.020 ms, now circa 0.010 ms.
veskrdan
No branches or pull requests
Investigate and profile whether these mutexes in
pub_handler.cpp
are not slowing down the pipeline. If yes, optimize the code.The text was updated successfully, but these errors were encountered: