cpu

package
v0.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// CacheLineSize 伪共享(False Sharing)防护
	// 多线程并发修改同一缓存行内的不同变量会导致性能下降,通过填充使变量独占缓存行
	// 设立设定一个默认值64, 以后扩展从汇编指令集获取
	CacheLineSize = 64
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL