Articles
642
Tags
191
Categories
83
Home
Archives
Tags
Categories
About
ByteCoding
左耳听风 -- 技术基础
Back to Home
Home
Archives
Tags
Categories
About
左耳听风 -- 技术基础
Created
2020-02-06
|
Career
|
Word Count:
36
|
Reading Time:
1mins
技术变现
技术领导力
Go + Docker
学习 + 职业
Leader
时间管理
故障处理
表象 + 本质
参考资料
左耳听风
Author:
zhongmingmao
Link:
https://blog.zhongmingmao.top/2020/02/06/left-ear-technical-foundation/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
Career
Previous
左耳听风 -- 分布式系统架构
冰与火 难点 技术栈 全栈监控 服务调度 流量和数据调度 PaaS平台的本质 经典资料 参考资料左耳听风
Next
计算机组成 -- Disruptor
缓存行填充缓存行大小1234567$ sysctl -a | grep -E 'cacheline|cachesize'hw.cachesize: 17179869184 32768 262144 6291456 0 0 0 0 0 0hw.cachelinesize: 64hw.l1icachesize: 32768hw.l1dcachesize: 32768hw.l2cachesize: 262144hw.l3cachesize: 6291456 RingBufferPad1234abstract class RingBufferPad{ protected long p1, p2, p3, p4, p5, p6, p7;} 变量p1~p7本身没有实际意义,只能用于缓存行填充,为了尽可能地用上CPU Cache 访问CPU里的L1 Cache或者L2 Cache,访问延时是内存的1/15乃至1/100(内存的访问速度,是远远慢于CPU Cache的) 因此,为了追求极限性能,需要尽可能地从CPU Cache里面读取数据 C...
zhongmingmao
Focus on Infrastructure.
Articles
642
Tags
191
Categories
83
Announcement
Things are always unexpected!
Contents
1.
技术变现
2.
技术领导力
3.
Go + Docker
4.
学习 + 职业
5.
Leader
6.
时间管理
7.
故障处理
8.
表象 + 本质
9.
参考资料
Recent Posts
Observability - Prometheus Server V1
2025-01-24
Observability - Prometheus Concepts
2025-01-23
Observability - Prometheus Introduction
2025-01-22
Observability - OpenTelemetry Java Zero Code
2025-01-21
Observability - OpenTelemetry Java
2025-01-20
繁