Skip to content

这似乎不是完全零复制的库,似乎是消息复制到内存,再传递的,这样延迟不够呀 #142

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

Open
coffeetrader opened this issue Mar 30, 2025 · 1 comment

Comments

@coffeetrader
Copy link

这似乎不是完全零复制的库,似乎是消息复制到内存,再传递的,这样延迟不够呀

亲爱的,是这样吗?

还是由只进程间传递共享内存地址的 完全无复制的模式???

@mutouyun
Copy link
Owner

确实不是完全零复制的库。可以参考这里:#116
如果希望零拷贝,需要重构内存分配模块,并把接口开出来,让使用者直接在共享内存上创建和序列化自己的对象。

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

2 participants