<?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>Data-Structures on Bits, Trades &amp; Systems</title>
    <link>https://blog.turboawesome.win/tags/data-structures/</link>
    <description>Recent content in Data-Structures on Bits, Trades &amp; Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 16 Aug 2017 13:07:00 +0000</lastBuildDate>
    <atom:link href="https://blog.turboawesome.win/tags/data-structures/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Persistent Data Structures Are Not Just for Functional Purists</title>
      <link>https://blog.turboawesome.win/2017/08/persistent-data-structures-are-not-just-for-functional-purists/</link>
      <pubDate>Wed, 16 Aug 2017 13:07:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2017/08/persistent-data-structures-are-not-just-for-functional-purists/</guid>
      <description>Clojure&amp;#39;s persistent data structures — immutable, structurally shared — seemed academic until we used them in a concurrent risk system. The concurrency model they enable is genuinely simpler than the lock-based alternative.</description>
    </item>
    <item>
      <title>Order Book Implementation: Data Structures for Price-Level Aggregation</title>
      <link>https://blog.turboawesome.win/2013/10/order-book-implementation-data-structures-for-price-level-aggregation/</link>
      <pubDate>Wed, 16 Oct 2013 14:22:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2013/10/order-book-implementation-data-structures-for-price-level-aggregation/</guid>
      <description>An order book aggregates bids and offers at each price level. The implementation choices — sorted structures, cache behaviour, update semantics — have significant performance implications at market data rates.</description>
    </item>
  </channel>
</rss>
