<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eris-cl/tests, branch master</title>
<subtitle>ERIS implementation for Common Lisp</subtitle>
<id>http://git.ykonai.net/eris-cl/atom?h=master</id>
<link rel='self' href='http://git.ykonai.net/eris-cl/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/'/>
<updated>2023-08-25T17:54:25Z</updated>
<entry>
<title>fix copyright preamble</title>
<updated>2023-08-25T17:54:25Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2023-08-25T17:54:25Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=8fb6f4cda64c41d614c8a48a4de19a6e86b2f3c0'/>
<id>urn:sha1:8fb6f4cda64c41d614c8a48a4de19a6e86b2f3c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove parallel decoder.</title>
<updated>2023-08-25T17:46:37Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2023-08-25T17:46:37Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=11952e9ac20aa30417d214d20d7891eb1dea8135'/>
<id>urn:sha1:11952e9ac20aa30417d214d20d7891eb1dea8135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the parallel encoder.</title>
<updated>2023-08-25T17:09:50Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2023-08-25T17:09:50Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=fed34b8df2b19ba996ef810f44d5666437c90fb7'/>
<id>urn:sha1:fed34b8df2b19ba996ef810f44d5666437c90fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Encoder refactor, new tests and proper non-file stream handling</title>
<updated>2023-08-05T20:57:30Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2023-08-05T20:57:30Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=da0e1aa69defa7cbc87209966c751918f523f1fb'/>
<id>urn:sha1:da0e1aa69defa7cbc87209966c751918f523f1fb</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>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 parallel decoder.</title>
<updated>2022-09-25T17:54:42Z</updated>
<author>
<name>Piotr Szarmanski</name>
</author>
<published>2022-09-25T17:54:42Z</published>
<link rel='alternate' type='text/html' href='http://git.ykonai.net/eris-cl/commit/?id=8db501749d47964b436bc63cafb80a17bfd42396'/>
<id>urn:sha1:8db501749d47964b436bc63cafb80a17bfd42396</id>
<content type='text'>
</content>
</entry>
</feed>
