<?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>GO &#8211; HU Xiaoxu</title>
	<atom:link href="https://blog.ihuxu.com/tag/go/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ihuxu.com</link>
	<description>a software engineer&#039;s blog</description>
	<lastBuildDate>Sun, 03 Mar 2024 04:27:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>GO 语言实现的多人 WEB 聊天室</title>
		<link>https://blog.ihuxu.com/chat-room-in-go/</link>
					<comments>https://blog.ihuxu.com/chat-room-in-go/#respond</comments>
		
		<dc:creator><![CDATA[HU Xiaoxu]]></dc:creator>
		<pubDate>Sat, 02 Jan 2016 11:28:02 +0000</pubDate>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[My Project]]></category>
		<category><![CDATA[GO]]></category>
		<category><![CDATA[Original]]></category>
		<guid isPermaLink="false">http://www.ihuxu.com/blog/?p=612</guid>

					<description><![CDATA[前段时间的工作，大部分都在“热门微博推荐流”的性能优化上。前期通过源码分析对源码的逻辑进行了优化，其中可优化的地方大多都是落在了 Redis 的多次调用、外部接口的调用以及自身过多的 IO 操作。近期，提出利用 GO 语言做一层 RPC 服务，将较数据层进行封装。 所以，为了尽快熟悉并上手 GO，先写个小程序熟悉熟悉~ 程序名称：聊天室 源码地址：http://github.com/genialx/guring 截图： 程序中固然存在不合理的地方，仅供参考~]]></description>
		
					<wfw:commentRss>https://blog.ihuxu.com/chat-room-in-go/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
