<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eris-cl/src, branch 0.2</title>
<subtitle>ERIS implementation for Common Lisp</subtitle>
<id>http://git.ykonai.net/eris-cl/atom?h=0.2</id>
<link rel='self' href='http://git.ykonai.net/eris-cl/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/'/>
<updated>2023-08-03T07:14:38Z</updated>
<entry>
<title>Update the readme &amp; update version to 0.2.</title>
<updated>2023-08-03T07:14:38Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2023-08-03T07:14:38Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=1cc3d6ad62e2cde54618be9f6befbc79e393a6ff'/>
<id>urn:sha1:1cc3d6ad62e2cde54618be9f6befbc79e393a6ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove examples/*.</title>
<updated>2023-02-07T15:56:30Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2023-02-07T15:56:30Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=d9f52ce9f2e5b81443bdac6ae4f3855330bb43a5'/>
<id>urn:sha1:d9f52ce9f2e5b81443bdac6ae4f3855330bb43a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement buffer reuse encoding.</title>
<updated>2022-12-30T17:29:24Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-12-30T17:29:24Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=5afc44c1082ae7088511f318aa9bd3d4b25ba3c6'/>
<id>urn:sha1:5afc44c1082ae7088511f318aa9bd3d4b25ba3c6</id>
<content type='text'>
This implements a buffer reuse mechanism in eris-encode. This is also a
backwards incompatible change, as the provided OUTPUT-FUNCTION now has an
additional argument and has to return an octet-vector buffer of equal size. This
is not yet implemented optimally, but should amount to a reduce of memory usage
and GC required, especially for larger files.
</content>
</entry>
<entry>
<title>Initial buffer reuse encoding commit</title>
<updated>2022-12-30T08:00:15Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-12-30T08:00:15Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=855e79b7ffa37ac64de51defa18104ed897576b3'/>
<id>urn:sha1:855e79b7ffa37ac64de51defa18104ed897576b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some compilation warnings</title>
<updated>2022-11-20T20:47:23Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-11-20T20:47:23Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=618ee634557122b3b3c5012405603b28c0001d13'/>
<id>urn:sha1:618ee634557122b3b3c5012405603b28c0001d13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for file-backend and hash-backend.</title>
<updated>2022-10-24T09:12:16Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-10-24T09:12:16Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=4dc0b96bd101f34092a3ff5cd5864fc8fe7830c1'/>
<id>urn:sha1:4dc0b96bd101f34092a3ff5cd5864fc8fe7830c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add hash-backend and update README.</title>
<updated>2022-10-24T08:50:11Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-10-24T08:50:11Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=c4b44fb12108c0764d1fa4ef1c37f11a54379343'/>
<id>urn:sha1:c4b44fb12108c0764d1fa4ef1c37f11a54379343</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add backend.lisp and file-backend.lisp.</title>
<updated>2022-10-22T11:41:29Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-10-22T11:41:29Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=087b4ea280caa05e7213eb2b051782086c96efba'/>
<id>urn:sha1:087b4ea280caa05e7213eb2b051782086c96efba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a typo in the license header.</title>
<updated>2022-10-21T15:02:05Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-10-21T15:02:05Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=e969fc9c96903d64669cd8d5106815cb4ccdc76d'/>
<id>urn:sha1:e969fc9c96903d64669cd8d5106815cb4ccdc76d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add serapeum and clean up type specifiers.</title>
<updated>2022-10-10T13:18:22Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-10-10T13:18:22Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=50e39b868c93e520e6245c196802d48b53c6fc1c'/>
<id>urn:sha1:50e39b868c93e520e6245c196802d48b53c6fc1c</id>
<content type='text'>
</content>
</entry>
</feed>
