<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>并行 &#8211; 外刊IT评论</title>
	<atom:link href="https://www.aqee.net/tag/%e5%b9%b6%e8%a1%8c/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aqee.net</link>
	<description>程序员工作、生活、爱情、事业</description>
	<lastBuildDate>Wed, 08 Sep 2021 03:01:02 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>Linux之父Linus说：并行计算基本上就是浪费大家的时间</title>
		<link>https://www.aqee.net/post/linus-parallel-computing-is-a-huge-waste-of-everybodys-time/</link>
					<comments>https://www.aqee.net/post/linus-parallel-computing-is-a-huge-waste-of-everybodys-time/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Tue, 30 Dec 2014 01:53:34 +0000</pubDate>
				<category><![CDATA[批评评论]]></category>
		<category><![CDATA[Linus Torvalds]]></category>
		<category><![CDATA[并行]]></category>
		<category><![CDATA[并行计算]]></category>
		<guid isPermaLink="false">http://www.vaikan.com/?p=8887</guid>

					<description><![CDATA[推崇所谓的“并行”极大地浪费了大家的时间。“并行更高效”的高大上理念纯粹是扯淡。]]></description>
										<content:encoded><![CDATA[推崇所谓的“并行”极大地浪费了大家的时间。“并行更高效”的高大上理念纯粹是扯淡。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/linus-parallel-computing-is-a-huge-waste-of-everybodys-time/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>并发(Concurrency)和并行(Parallelism)的区别</title>
		<link>https://www.aqee.net/post/defining-concurrency-and-parallelism/</link>
					<comments>https://www.aqee.net/post/defining-concurrency-and-parallelism/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Wed, 06 Nov 2013 16:04:20 +0000</pubDate>
				<category><![CDATA[心得体会]]></category>
		<category><![CDATA[Concurrency]]></category>
		<category><![CDATA[Parallelism]]></category>
		<category><![CDATA[并发]]></category>
		<category><![CDATA[并行]]></category>
		<category><![CDATA[并行编程]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=7474</guid>

					<description><![CDATA[最近在读《real world haskell》里关于并行的一章时，看到作者首先对并发(Concurrency)和并行(Parallelism)的区别进行了定义和解释。以前我对这个问题也是一知半解，如果有人问题这个问题，恐怕我只能挠头说不清楚。而在这本书里，作者的解释是]]></description>
										<content:encoded><![CDATA[最近在读《real world haskell》里关于并行的一章时，看到作者首先对并发(Concurrency)和并行(Parallelism)的区别进行了定义和解释。以前我对这个问题也是一知半解，如果有人问题这个问题，恐怕我只能挠头说不清楚。而在这本书里，作者的解释是]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/defining-concurrency-and-parallelism/feed/</wfw:commentRss>
			<slash:comments>16</slash:comments>
		
		
			</item>
		<item>
		<title>如何利用多核CPU来加速你的Linux命令 — awk, sed, bzip2, grep, wc等</title>
		<link>https://www.aqee.net/post/use-multiple-cpu-cores-with-your-linux-commands/</link>
					<comments>https://www.aqee.net/post/use-multiple-cpu-cores-with-your-linux-commands/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Tue, 29 Oct 2013 16:41:39 +0000</pubDate>
				<category><![CDATA[技术技巧]]></category>
		<category><![CDATA[多核]]></category>
		<category><![CDATA[多核CPU]]></category>
		<category><![CDATA[多核处理器]]></category>
		<category><![CDATA[并行]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=7427</guid>

					<description><![CDATA[你是否曾经有过要计算一个非常大的数据(几百GB)的需求？或在里面搜索，或其它操作——一些无法并行的操作。数据专家们，我是在对你们说。你可能有一个4核或更多核的CPU，但我们合适的工具，例如 grep, bzip2, wc, awk, sed等等，都是单线程的，只能使用一个CPU内核。]]></description>
										<content:encoded><![CDATA[你是否曾经有过要计算一个非常大的数据(几百GB)的需求？或在里面搜索，或其它操作——一些无法并行的操作。数据专家们，我是在对你们说。你可能有一个4核或更多核的CPU，但我们合适的工具，例如 grep, bzip2, wc, awk, sed等等，都是单线程的，只能使用一个CPU内核。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/use-multiple-cpu-cores-with-your-linux-commands/feed/</wfw:commentRss>
			<slash:comments>26</slash:comments>
		
		
			</item>
		<item>
		<title>全世界只有我们Erlang程序员是正确的</title>
		<link>https://www.aqee.net/post/erlang-solving-the-wrong-problem/</link>
					<comments>https://www.aqee.net/post/erlang-solving-the-wrong-problem/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Sun, 05 May 2013 14:45:42 +0000</pubDate>
				<category><![CDATA[批评评论]]></category>
		<category><![CDATA[erlang]]></category>
		<category><![CDATA[多核]]></category>
		<category><![CDATA[并发]]></category>
		<category><![CDATA[并行]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=6372</guid>

					<description><![CDATA[全世界只有我们是正确的，其他的全错了。我们(Erlang程序员)找到了症结并正确的解决了问题，所有的其他人(非Erlang人)都找错了方向，解决了错误的问题。]]></description>
										<content:encoded><![CDATA[全世界只有我们是正确的，其他的全错了。我们(Erlang程序员)找到了症结并正确的解决了问题，所有的其他人(非Erlang人)都找错了方向，解决了错误的问题。]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/erlang-solving-the-wrong-problem/feed/</wfw:commentRss>
			<slash:comments>36</slash:comments>
		
		
			</item>
		<item>
		<title>并行谬论</title>
		<link>https://www.aqee.net/post/the-concurrency-myth/</link>
					<comments>https://www.aqee.net/post/the-concurrency-myth/#comments</comments>
		
		<dc:creator><![CDATA[Aqee]]></dc:creator>
		<pubDate>Tue, 14 Jun 2011 16:37:42 +0000</pubDate>
				<category><![CDATA[批评评论]]></category>
		<category><![CDATA[Clojure]]></category>
		<category><![CDATA[Scala]]></category>
		<category><![CDATA[函数式编程]]></category>
		<category><![CDATA[并行]]></category>
		<category><![CDATA[并行编程]]></category>
		<guid isPermaLink="false">http://www.aqee.net/?p=1995</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[]]></content:encoded>
					
					<wfw:commentRss>https://www.aqee.net/post/the-concurrency-myth/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

使用页面缓存Disk: Enhanced 

Served from: www.aqee.net @ 2026-05-06 11:46:10 by W3 Total Cache
-->