<feed xmlns='http://www.w3.org/2005/Atom'>
<title>deque/deque.go, branch main</title>
<subtitle>A high-performance slice-backend double-ended queue for Go</subtitle>
<id>https://code.roseh.moe/deque/atom/deque.go?h=main</id>
<link rel='self' href='https://code.roseh.moe/deque/atom/deque.go?h=main'/>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/'/>
<updated>2025-04-16T00:24:29Z</updated>
<entry>
<title>Just deque</title>
<updated>2025-04-16T00:24:29Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-16T00:24:29Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=9c9dc6b65c4b2775e0ba5686d43b0c224fd02836'/>
<id>urn:sha1:9c9dc6b65c4b2775e0ba5686d43b0c224fd02836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rebrand to github.com/rhogenson/container</title>
<updated>2025-04-13T00:43:42Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-13T00:43:42Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=b3ce67680f630c31bf715447c604019682c9c9ce'/>
<id>urn:sha1:b3ce67680f630c31bf715447c604019682c9c9ce</id>
<content type='text'>
I also added a heap package
</content>
</entry>
<entry>
<title>Tiny performance improvement</title>
<updated>2025-04-12T05:48:02Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-12T05:48:02Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=90c384a57841e11246b817561b028125a785331c'/>
<id>urn:sha1:90c384a57841e11246b817561b028125a785331c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update documentation</title>
<updated>2025-04-12T05:47:43Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-12T05:47:43Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=0ae786244aeea5c66b2305459b1fd14d11c24e88'/>
<id>urn:sha1:0ae786244aeea5c66b2305459b1fd14d11c24e88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a .String() method</title>
<updated>2025-04-12T05:45:11Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-12T05:45:11Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=1dddfbbff7f9dcd82c9969fce43b9da09cf40b0d'/>
<id>urn:sha1:1dddfbbff7f9dcd82c9969fce43b9da09cf40b0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename one final vecdeque -&gt; deque</title>
<updated>2025-04-11T23:58:50Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-11T23:58:50Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=3f2f8a6909219b3a1b9564338037c9a31418bc99'/>
<id>urn:sha1:3f2f8a6909219b3a1b9564338037c9a31418bc99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small cleanup</title>
<updated>2025-04-11T23:55:49Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-11T23:55:49Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=74aee26c0c7eb5f9e3c71cba9b15026838e6ecc7'/>
<id>urn:sha1:74aee26c0c7eb5f9e3c71cba9b15026838e6ecc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of AvailableBuffer</title>
<updated>2025-04-11T23:52:54Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-11T23:52:54Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=61e0e125f343eb07b29029290ad4105ad7ff6bdc'/>
<id>urn:sha1:61e0e125f343eb07b29029290ad4105ad7ff6bdc</id>
<content type='text'>
It's probably fine, but I don't want to commit to it before v1.
</content>
</entry>
<entry>
<title>Fix a bug in PopAll when the queue is full</title>
<updated>2025-04-11T23:51:37Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-11T23:51:37Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=bcc8f03b95c35e8988f90e5fd3b58112fd634016'/>
<id>urn:sha1:bcc8f03b95c35e8988f90e5fd3b58112fd634016</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename to deque</title>
<updated>2025-04-06T16:15:47Z</updated>
<author>
<name>Rose Hogenson</name>
<email>rosehogenson@posteo.net</email>
</author>
<published>2025-04-06T16:15:47Z</published>
<link rel='alternate' type='text/html' href='https://code.roseh.moe/deque/commit/?id=43e0f85d803045a073e2c78063bd8bc944d0fe68'/>
<id>urn:sha1:43e0f85d803045a073e2c78063bd8bc944d0fe68</id>
<content type='text'>
</content>
</entry>
</feed>
