<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git, branch v0.1.30</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/?h=v0.1.30</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/?h=v0.1.30'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-02-22T02:45:51Z</updated>
<entry>
<title>repository: Make traverseTreeIter use filemode instead of resolving size</title>
<updated>2026-02-22T02:45:51Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T02:45:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=6470fe1e49f8cdec0feba02d70c3329113562f17'/>
<id>urn:sha1:6470fe1e49f8cdec0feba02d70c3329113562f17</id>
<content type='text'>
</content>
</entry>
<entry>
<title>format/delta/apply, etc.: ReadHeaderSizes should use ByteReader</title>
<updated>2026-02-22T02:28:29Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T02:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=918a17362c8a07221a65d4d60af0667ee7f0dd61'/>
<id>urn:sha1:918a17362c8a07221a65d4d60af0667ee7f0dd61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objectstore/packed: Pre-allocate instead of ReadAll</title>
<updated>2026-02-22T01:59:27Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T01:59:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=6e28d6a7ec210349b8c336249ba130422310fecb'/>
<id>urn:sha1:6e28d6a7ec210349b8c336249ba130422310fecb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bufpool: Document how .Bytes is intended to be used</title>
<updated>2026-02-22T01:51:18Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T01:51:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=36ca8828cb5fb76a2a9b6c821f7d7ca18e9e83bc'/>
<id>urn:sha1:36ca8828cb5fb76a2a9b6c821f7d7ca18e9e83bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>repository: Modernize b.N/b.Loop usage</title>
<updated>2026-02-22T01:41:49Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T01:41:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=0ea0365280b99e91a045115b96720dc28309604b'/>
<id>urn:sha1:0ea0365280b99e91a045115b96720dc28309604b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>README: Refer to the legacy branch</title>
<updated>2026-02-22T01:22:51Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T01:22:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=59184ad7b17b553b6e391a2ae88d08e316c7e85c'/>
<id>urn:sha1:59184ad7b17b553b6e391a2ae88d08e316c7e85c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>internal/zlib: Use klauspost/compress/flate for now...</title>
<updated>2026-02-21T15:21:32Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T15:21:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=6be32e9cf14a43cf6fb78a29943cb3b0e3d276b2'/>
<id>urn:sha1:6be32e9cf14a43cf6fb78a29943cb3b0e3d276b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>objectstore/*, repository: Add ReadSize</title>
<updated>2026-02-21T14:55:15Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T14:55:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=777db8470909b16411cb54a6c0bbf927be778952'/>
<id>urn:sha1:777db8470909b16411cb54a6c0bbf927be778952</id>
<content type='text'>
For cases where knowing the type is unnecessary and incurs extra
overhead.
</content>
</entry>
<entry>
<title>repository: traverseTreeIter should use ReadHeader for blob size</title>
<updated>2026-02-21T13:56:38Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T13:56:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=52be24ec3be4290ad3be421a448907b0edcb368b'/>
<id>urn:sha1:52be24ec3be4290ad3be421a448907b0edcb368b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>repository: Add full-traversal benchmark</title>
<updated>2026-02-21T13:31:28Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T13:24:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=e6ee208f91acdc61f4e9ba2d9d450cce94477673'/>
<id>urn:sha1:e6ee208f91acdc61f4e9ba2d9d450cce94477673</id>
<content type='text'>
</content>
</entry>
</feed>
