<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/internal/bufpool, branch v0.1.6</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/internal/bufpool?h=v0.1.6</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/internal/bufpool?h=v0.1.6'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2025-11-23T00:00:00Z</updated>
<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>
