<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>享元模式 on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/%E4%BA%AB%E5%85%83%E6%A8%A1%E5%BC%8F/</link>
    <description>Recent content in 享元模式 on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Mon, 21 Dec 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/%E4%BA%AB%E5%85%83%E6%A8%A1%E5%BC%8F/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Java设计模式(14)-享元模式</title>
      <link>https://blog.hankmo.com/posts/architecture/java-flyweight-pattern/</link>
      <pubDate>Mon, 21 Dec 2020 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/architecture/java-flyweight-pattern/</guid>
      <description>享元模式，&amp;#34;享&amp;#34;即共享，&amp;#34;元&amp;#34;即元素，软件中则为对象，享元就是共享对象之意。这种设计模式用来共享对象而不是大量创建对象，以节约系统资源。</description>
    </item>
  </channel>
</rss>
