<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>并发 on haifeiWu</title><link>https://haifeiWu.github.io/tags/%E5%B9%B6%E5%8F%91/</link><description>Recent content in 并发 on haifeiWu</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>whfstudio@163.com (haifeiWu)</managingEditor><webMaster>whfstudio@163.com (haifeiWu)</webMaster><copyright>© 2016～2026 haifeiWu</copyright><lastBuildDate>Wed, 01 Jul 2020 00:00:00 +0800</lastBuildDate><atom:link href="https://haifeiWu.github.io/tags/%E5%B9%B6%E5%8F%91/index.xml" rel="self" type="application/rss+xml"/><item><title>go 并发编程</title><link>https://haifeiWu.github.io/posts/go--bing-fa-bian-cheng/</link><pubDate>Wed, 01 Jul 2020 00:00:00 +0800</pubDate><author>whfstudio@163.com (haifeiWu)</author><guid>https://haifeiWu.github.io/posts/go--bing-fa-bian-cheng/</guid><description>基本的同步原语 Go 语言在 sync 包中提供了用于同步的一些基本原语，包括常见的 sync.Mutex、sync.RWMutex、sync.WaitGroup、sync.Once。Mutex 数据结构 Go 语言的 sync.Mute</description></item><item><title>ThreadPoolExecutor 的简单梳理</title><link>https://haifeiWu.github.io/posts/threadpoolexecutor--de-jian-dan-shu-li/</link><pubDate>Sun, 19 Jan 2020 00:00:00 +0800</pubDate><author>whfstudio@163.com (haifeiWu)</author><guid>https://haifeiWu.github.io/posts/threadpoolexecutor--de-jian-dan-shu-li/</guid><description>还是楼主惯用的论述三连问，先问是什么，再问为什么，最后祭除终极大杀器 just do it ……what ? 那么什么是线程池呢？总的来说，线程池是一种线程使用模式。线程的频繁创建于调度会带来调度开销，进而影响缓存局部性和整体性能。而线程</description></item><item><title>ArrayBlockingQueue 阻塞队列</title><link>https://haifeiWu.github.io/posts/arrayblockingqueue--zu-se-dui-lie/</link><pubDate>Sun, 27 Jan 2019 00:00:00 +0800</pubDate><author>whfstudio@163.com (haifeiWu)</author><guid>https://haifeiWu.github.io/posts/arrayblockingqueue--zu-se-dui-lie/</guid><description>一直都在写业务代码，对于 jdk 底层的代码难免有些疏忽，所以决定把一些比较重要的源码过一遍……是什么？ArrayBlockingQueue 是一个用数组实现的有界阻塞队列。此队列按照先进先出（FIFO）的原则对元素进行排序。默认情况</description></item><item><title>disruptor-learn</title><link>https://haifeiWu.github.io/projects/disruptor-learn/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>whfstudio@163.com (haifeiWu)</author><guid>https://haifeiWu.github.io/projects/disruptor-learn/</guid><description>&lt;p&gt;Disruptor 无锁队列学习笔记与实践。&lt;/p&gt;
&lt;p&gt;Disruptor lock-free queue learning notes and practice.&lt;/p&gt;</description></item></channel></rss>