<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/internal/bufpool, branch v0.1.32</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/internal/bufpool?h=v0.1.32</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/internal/bufpool?h=v0.1.32'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-02-22T01:51:18Z</updated>
<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>*: Fix nosec</title>
<updated>2026-02-21T12:55:37Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T12:55:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=2cb9c32187f0f14f38ab8124466f0ad17f77c5d0'/>
<id>urn:sha1:2cb9c32187f0f14f38ab8124466f0ad17f77c5d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bufpool: Fix lints</title>
<updated>2026-02-21T12:42:02Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T12:42:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=0f16511df2531d4d1d15434855bdd96b38021836'/>
<id>urn:sha1:0f16511df2531d4d1d15434855bdd96b38021836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bufpool: Import</title>
<updated>2026-02-21T10:37:29Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-21T10:37:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=7b121523cf385c03366f42fca89692d3199d4190'/>
<id>urn:sha1:7b121523cf385c03366f42fca89692d3199d4190</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete everything, I'm redesigning this.</title>
<updated>2026-02-20T11:07:14Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-20T11:06:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=aa513c069c1418734aea894dc944e27c6a78a3bb'/>
<id>urn:sha1:aa513c069c1418734aea894dc944e27c6a78a3bb</id>
<content type='text'>
I'll stop using a flat package and make things much more modular.
And also experiment with streaming APIs so large blobs don't OOM us.
</content>
</entry>
<entry>
<title>bufpool: Return bytes.Buffer, rather than a pointer to it</title>
<updated>2025-11-23T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-23T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=7eaa8614c897a97d241335982f4c04f1f27b0715'/>
<id>urn:sha1:7eaa8614c897a97d241335982f4c04f1f27b0715</id>
<content type='text'>
It's silly to allocate a bytes.Buffer struct, however small it is,
every time Borrow is called, since the entire purpose is to reduce
allocations.
</content>
</entry>
<entry>
<title>bufpool: Return *Buffer</title>
<updated>2025-11-22T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-22T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=a504524ca695f04692f5a2cf49952ed039a6a348'/>
<id>urn:sha1:a504524ca695f04692f5a2cf49952ed039a6a348</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bufpool: Improve perf by using buckets of different size classes</title>
<updated>2025-11-22T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-22T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=10987664c3a92e6d7744f7dcfa1214b8e1063234'/>
<id>urn:sha1:10987664c3a92e6d7744f7dcfa1214b8e1063234</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extract bufpool into its own package</title>
<updated>2025-11-16T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-16T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=722cdf89ebafaf6bdc789176be5b5c2f6c98de08'/>
<id>urn:sha1:722cdf89ebafaf6bdc789176be5b5c2f6c98de08</id>
<content type='text'>
</content>
</entry>
</feed>
