<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cff/src, branch master</title>
<subtitle>toy systems language</subtitle>
<id>https://git.lemon.rip/cff/atom?h=master</id>
<link rel='self' href='https://git.lemon.rip/cff/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/'/>
<updated>2022-09-02T09:13:48+00:00</updated>
<entry>
<title>use arena for interning types too</title>
<updated>2022-09-02T09:13:48+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-02T09:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=23f37d0c749742c51259d767fceae546ed551b06'/>
<id>urn:sha1:23f37d0c749742c51259d767fceae546ed551b06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use arena for interning strings</title>
<updated>2022-09-02T09:11:04+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-02T09:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=88066fc3b0638281024293d8d8e6a25896090e71'/>
<id>urn:sha1:88066fc3b0638281024293d8d8e6a25896090e71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gencopy (?)</title>
<updated>2022-09-01T19:32:18+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T19:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=173ed4524ecb47c90302f4bebbee96e10adacb99'/>
<id>urn:sha1:173ed4524ecb47c90302f4bebbee96e10adacb99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>recognize i686</title>
<updated>2022-09-01T13:39:17+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T13:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=29a5961b40951f8ba6939c21086d753e5b2daa16'/>
<id>urn:sha1:29a5961b40951f8ba6939c21086d753e5b2daa16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add some targets</title>
<updated>2022-09-01T12:34:11+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T12:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=cbdd2b6be3252215bbca71b036f00add84c04714'/>
<id>urn:sha1:cbdd2b6be3252215bbca71b036f00add84c04714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>on big aggregates big, use a hash map to lookup fields</title>
<updated>2022-09-01T12:07:46+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T11:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=6ea6819e5a8b6e2b2c818249642e7923db9f81c8'/>
<id>urn:sha1:6ea6819e5a8b6e2b2c818249642e7923db9f81c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check for duplicate fields faster using bloom filter</title>
<updated>2022-09-01T10:09:50+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T10:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=2e0160015d756702a799be95db237b7a91bae400'/>
<id>urn:sha1:2e0160015d756702a799be95db237b7a91bae400</id>
<content type='text'>
</content>
</entry>
<entry>
<title>replace instances of streq with ==</title>
<updated>2022-09-01T09:30:27+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T09:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=7b7e6fd49529adda020077baf962868136d7a005'/>
<id>urn:sha1:7b7e6fd49529adda020077baf962868136d7a005</id>
<content type='text'>
where strings are interned, this is ok. this was the intention of
interning strings from the beginning.
</content>
</entry>
<entry>
<title>disallow duplicate fields</title>
<updated>2022-09-01T09:26:02+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T09:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=55abd40aa95d36167950823bf77f4bf24c403102'/>
<id>urn:sha1:55abd40aa95d36167950823bf77f4bf24c403102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix memory leak</title>
<updated>2022-09-01T08:05:06+00:00</updated>
<author>
<name>lemon</name>
<email>lsof@mailbox.org</email>
</author>
<published>2022-09-01T08:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lemon.rip/cff/commit/?id=c8a3e8a84abac37252707646a16e554173496c2b'/>
<id>urn:sha1:c8a3e8a84abac37252707646a16e554173496c2b</id>
<content type='text'>
</content>
</entry>
</feed>
