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

[PROBLEM] No custom memory allocator for msg can be provided #4125

Open
wants to merge 64 commits into
base: master
Choose a base branch
from

Conversation

mjvankampen
Copy link
Contributor

This PR is a preamble to #3911 but I think that one got a bit big. I would like to discuss the API first.

f18m and others added 30 commits August 13, 2019 11:19
by completely removing malloc/free from the hot path of benchmark util
…pool

# Conflicts:
#	src/msg.cpp
#	src/msg.hpp
#	src/zmq.cpp
In practice I observed that 256 byte messages require +- 1024 messages
pre-allocated to reach max. performance on my pc.
This scales depending on message size I believe.
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