<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Performance on Q先生的世界</title>
		<link>https://qianzhou.tech/tags/performance/</link>
		<description>Recent content in Performance on Q先生的世界</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Sun, 25 Feb 2024 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://qianzhou.tech/tags/performance/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>经典算法深度解析｜纠删码（性能篇）：benchmark、NUMA、线程模型与 repair 限流</title>
				<link>https://qianzhou.tech/2024/02/25/erasure-coding-performance-tuning/</link>
				<pubDate>Sun, 25 Feb 2024 00:00:00 +0000</pubDate>
				<guid>https://qianzhou.tech/2024/02/25/erasure-coding-performance-tuning/</guid>
				<description>&lt;h1 id=&#34;经典算法深度解析纠删码性能篇benchmarknuma线程模型与-repair-限流&#34;&gt;经典算法深度解析｜纠删码（性能篇）：benchmark、NUMA、线程模型与 repair 限流&lt;/h1&gt;&#xA;&lt;p&gt;前面的几篇文章，已经把 EC 从原理一路讲到源码骨架。&lt;/p&gt;&#xA;&lt;p&gt;但真正把它跑在生产里以后，很多团队最后遇到的并不是“不会编码”，而是：&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;为什么 benchmark 明明很好看，上线后吞吐还是上不去&lt;/li&gt;&#xA;&lt;li&gt;为什么 CPU 还有余量，延迟却已经开始恶化&lt;/li&gt;&#xA;&lt;li&gt;为什么 repair 一开，前台业务就被拖慢&lt;/li&gt;&#xA;&lt;li&gt;为什么同一段 EC 代码，在两台机器上表现差很多&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;这类问题说明你已经跨过“算法能不能工作”，开始进入另一层更现实的工作：&lt;/p&gt;</description>
			</item>
			<item>
				<title>经典算法深度解析｜纠删码（实现篇）：GF 运算、SIMD、full-stripe write 与小写更新路径</title>
				<link>https://qianzhou.tech/2024/02/11/erasure-coding-implementation-details/</link>
				<pubDate>Sun, 11 Feb 2024 00:00:00 +0000</pubDate>
				<guid>https://qianzhou.tech/2024/02/11/erasure-coding-implementation-details/</guid>
				<description>&lt;h1 id=&#34;经典算法深度解析纠删码实现篇gf-运算simdfull-stripe-write-与小写更新路径&#34;&gt;经典算法深度解析｜纠删码（实现篇）：GF 运算、SIMD、full-stripe write 与小写更新路径&lt;/h1&gt;&#xA;&lt;p&gt;前面的几篇文章，已经把纠删码的三个主要层次搭起来了：&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;数学上为什么可行&lt;/li&gt;&#xA;&lt;li&gt;系统上为什么会贵&lt;/li&gt;&#xA;&lt;li&gt;不同存储系统为什么会做出不同取舍&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;但如果你真的开始写代码、接库、做 benchmark，很快会发现另一层现实：&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
