<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/internal/zlibx, branch v0.1.5</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/internal/zlibx?h=v0.1.5</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/internal/zlibx?h=v0.1.5'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-01-29T19:33:59Z</updated>
<entry>
<title>zlibx: Make DecompressSized return the number of bytes consumed</title>
<updated>2026-01-29T19:33:59Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-29T19:33:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=daca6d0eb76a7fc8134de35ddb7a4a1d0e184e0c'/>
<id>urn:sha1:daca6d0eb76a7fc8134de35ddb7a4a1d0e184e0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More changes from the import URL update</title>
<updated>2026-01-18T17:04:52Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-18T17:04:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=ec5fe2ab6baaf82be1952080bb5a14a8e58d61bb'/>
<id>urn:sha1:ec5fe2ab6baaf82be1952080bb5a14a8e58d61bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zlibx: Add more comprehensive tests</title>
<updated>2025-11-25T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-25T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=c888d2b4aa51f539cc4b0bef18ca6970d6ce242e'/>
<id>urn:sha1:c888d2b4aa51f539cc4b0bef18ca6970d6ce242e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zlibx: reader -&gt; constants</title>
<updated>2025-11-25T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-25T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=a51ebbedb1147032f2f5e40b5f52019df5af0eb9'/>
<id>urn:sha1:a51ebbedb1147032f2f5e40b5f52019df5af0eb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zlibx: Remove unused cruft</title>
<updated>2025-11-25T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-25T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=abaa7e2ba40b08b54a043762e98ce1e2f9418cd9'/>
<id>urn:sha1:abaa7e2ba40b08b54a043762e98ce1e2f9418cd9</id>
<content type='text'>
</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>zlib, flatex: Remove code related to dicts</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=9b453a7cca6bb258a8ca939dc9696fabd77b1b7c'/>
<id>urn:sha1:9b453a7cca6bb258a8ca939dc9696fabd77b1b7c</id>
<content type='text'>
Git never uses them
</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>Switch back to internal zlib for loose objects too</title>
<updated>2025-11-19T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-19T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=962a428cf95ef8776296bb83eabc28537beda3dd'/>
<id>urn:sha1:962a428cf95ef8776296bb83eabc28537beda3dd</id>
<content type='text'>
Still marginally less overhead due to pooling
</content>
</entry>
</feed>
