请教rcv_queue的数据结构问题
Genix-NK opened this issue · 2 comments
Genix-NK commented
作者您好,我有一处不解:rcv_queue为何使用的是List而非ConcurrentQueue,我在学习时尝试替换为后者,似乎可行?
KumoKyaku commented
也是可行的,内部有锁保证安全的情况,list性能更好一点
…---原始邮件---
发件人: "Genix_NK"<notifications@github.com>
发送时间: 2021年1月8日(周五) 上午10:05
收件人: "KumoKyaku/KCP"<KCP@noreply.github.com>;
抄送: "Subscribed"<subscribed@noreply.github.com>;
主题: [KumoKyaku/KCP] 请教rcv_queue的数据结构问题 (#11)
作者您好,我有一处不解:rcv_queue为何使用的是List而非ConcurrentQueue,我在学习时尝试替换为后者,似乎可行?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
GenixGames commented
多谢解答,这个问题可以关掉了