gpt4 book ai didi

c++ - 将相同数据写入两个文件的有效方法

转载 作者:太空宇宙 更新时间:2023-11-04 10:15:10 24 4
gpt4 key购买 nike

<分区>

只是想知道,在 linux 和 C/C++ 上,将相同数据写入两个文件的最有效方法是什么。

例如,这是最琐碎的方式。

while(1) {

... getting data from somewhere ....

write(fd1, data, datalen);
write(fd2, data, datalen);
}

但是,缺点是即使数据相同,内核也需要复制数据 两次。

有什么想法吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com