关于Disruptor中填充了多少字节的补充
作者: kikihhe创建于 2024年2月15日更新于 2024年2月17日
标签perfect content
As described on the Java Guide website, there are two places in the source code where invalid data is filled in to solve the problem of pseudo-sharing: one is the sequence number of the consumer and producer, and the other is the ring buffer that stores the data. Here are the details:
内容来源: Snailclimb/JavaGuide