<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (rcrowley)</title>
    <link>https://pinboard.in/u:rcrowley/public/</link>
    <description>recent bookmarks from rcrowley</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://nexwebsites.com/stl/"/>
	<rdf:li rdf:resource="http://gcc.gnu.org/onlinedocs/libstdc++/spine.html"/>
	<rdf:li rdf:resource="http://code.google.com/p/google-sparsehash/"/>
	<rdf:li rdf:resource="http://www.sgi.com/tech/stl/thread_safety.html"/>
	<rdf:li rdf:resource="http://www.sgi.com/tech/stl/alloc.html"/>
	<rdf:li rdf:resource="http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html_user/basic__string_8h-source.html"/>
	<rdf:li rdf:resource="http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html_user/basic__string_8tcc-source.html#l00596"/>
	<rdf:li rdf:resource="http://www.sgi.com/tech/stl/Rope.html"/>
	<rdf:li rdf:resource="http://www.sgi.com/tech/stl/find_if.html"/>
	<rdf:li rdf:resource="http://www.sgi.com/tech/stl/stl_index.html"/>
	<rdf:li rdf:resource="http://www.sgi.com/tech/stl/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://nexwebsites.com/stl/">
    <title>Standard Template Library Programmer's Guide</title>
    <dc:date>2020-02-20T00:33:53+00:00</dc:date>
    <link>https://nexwebsites.com/stl/</link>
    <dc:creator>rcrowley</dc:creator><description><![CDATA[Archival copy of SGI's C++ STL documentation which was, objectively, the best version.]]></description>
<dc:subject>c++ sgi stl programming docs</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:rcrowley/b:2fb7a025e00b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:sgi"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:docs"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://gcc.gnu.org/onlinedocs/libstdc++/spine.html">
    <title>The GNU C++ Library Documentation</title>
    <dc:date>2009-05-06T17:37:52+00:00</dc:date>
    <link>http://gcc.gnu.org/onlinedocs/libstdc++/spine.html</link>
    <dc:creator>rcrowley</dc:creator><description><![CDATA[GNU doesn't seem to have good Google Juice.  Here they are.
]]></description>
<dc:subject>gnu c++ docs stl</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:920724aab202/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:gnu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:docs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://code.google.com/p/google-sparsehash/">
    <title>google-sparsehash - Google Code</title>
    <dc:date>2009-05-02T00:18:20+00:00</dc:date>
    <link>http://code.google.com/p/google-sparsehash/</link>
    <dc:creator>rcrowley</dc:creator><dc:subject>google stl hash datastructures</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:9b2063d2d9ff/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:hash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:datastructures"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sgi.com/tech/stl/thread_safety.html">
    <title>SGI STL Thread-Safety</title>
    <dc:date>2008-08-26T00:50:03+00:00</dc:date>
    <link>http://www.sgi.com/tech/stl/thread_safety.html</link>
    <dc:creator>rcrowley</dc:creator><description><![CDATA[More reading for later about the STL and using it in multi-threaded environments.  I use it quite successfully with fine-grained locking using a pile of pthread_mutexes.
]]></description>
<dc:subject>c++ stl sgi threading</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:9aae6b92bfca/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:sgi"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:threading"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sgi.com/tech/stl/alloc.html">
    <title>SGI STL Allocator Design</title>
    <dc:date>2008-08-26T00:48:43+00:00</dc:date>
    <link>http://www.sgi.com/tech/stl/alloc.html</link>
    <dc:creator>rcrowley</dc:creator><dc:subject>c++ stl sgi malloc</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:d00c046dc71c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:sgi"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:malloc"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html_user/basic__string_8h-source.html">
    <title>libstdc++-v3 Source: basic_string.h Source File</title>
    <dc:date>2008-07-01T20:45:09+00:00</dc:date>
    <link>http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html_user/basic__string_8h-source.html</link>
    <dc:creator>rcrowley</dc:creator><description><![CDATA[Headers never lie, either
]]></description>
<dc:subject>c c++ string stl</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:9f2050be27bb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:string"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html_user/basic__string_8tcc-source.html#l00596">
    <title>libstdc++-v3 Source: basic_string.tcc Source File</title>
    <dc:date>2008-07-01T20:44:45+00:00</dc:date>
    <link>http://www.cs.huji.ac.il/~etsman/Docs/gcc-3.4-base/libstdc++/html_user/basic__string_8tcc-source.html#l00596</link>
    <dc:creator>rcrowley</dc:creator><description><![CDATA[Code never lies
]]></description>
<dc:subject>c c++ string stl</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:3a7ad06bc2af/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:string"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sgi.com/tech/stl/Rope.html">
    <title>rope&lt;T, Alloc&gt;</title>
    <dc:date>2008-05-20T16:31:23+00:00</dc:date>
    <link>http://www.sgi.com/tech/stl/Rope.html</link>
    <dc:creator>rcrowley</dc:creator><description><![CDATA[Wandering through the STL, saving this for a rainy day.
]]></description>
<dc:subject>c++ stl string strings rope</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:637739fba7bb/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:string"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:strings"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:rope"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sgi.com/tech/stl/find_if.html">
    <title>find_if</title>
    <dc:date>2008-03-01T00:01:28+00:00</dc:date>
    <link>http://www.sgi.com/tech/stl/find_if.html</link>
    <dc:creator>rcrowley</dc:creator><description><![CDATA[Handy STL way to check an object's existence in an iterator range.
]]></description>
<dc:subject>c++ stl iterator</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:2d3fef2b8b83/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:iterator"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sgi.com/tech/stl/stl_index.html">
    <title>Index: The Standard Template Library</title>
    <dc:date>2006-10-21T18:10:52+00:00</dc:date>
    <link>http://www.sgi.com/tech/stl/stl_index.html</link>
    <dc:creator>rcrowley</dc:creator><dc:subject>c c++ sgi stl programming</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:bb7da7e28c9d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:sgi"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:programming"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.sgi.com/tech/stl/">
    <title>Standard Template Library Programmer's Guide</title>
    <dc:date>2006-10-19T20:01:56+00:00</dc:date>
    <link>http://www.sgi.com/tech/stl/</link>
    <dc:creator>rcrowley</dc:creator><dc:subject>c++ programming stl linux api</dc:subject>
<dc:identifier>https://pinboard.in/u:rcrowley/b:a1b832a5b9a0/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:c++"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:stl"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:rcrowley/t:api"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>