<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/internal/adler32/adler32_amd64.go, branch v0.1.174</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/internal/adler32/adler32_amd64.go?h=v0.1.174</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/internal/adler32/adler32_amd64.go?h=v0.1.174'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2026-03-23T05:10:40Z</updated>
<entry>
<title>Vendor a minimal internal/cpu for AMD64 only</title>
<updated>2026-03-23T05:10:40Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-23T05:10:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=a75e16740e1a185d523153d86badf9b2c2bcc12e'/>
<id>urn:sha1:a75e16740e1a185d523153d86badf9b2c2bcc12e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: Lint</title>
<updated>2026-03-06T10:58:30Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-06T10:38:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=f2922155de01b734e3e8b3f50be8f263ec13cacd'/>
<id>urn:sha1:f2922155de01b734e3e8b3f50be8f263ec13cacd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: Lint</title>
<updated>2026-03-04T00:59:53Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-04T00:26:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=ab7501be34032fb9e5c48726a68ae90a917af9eb'/>
<id>urn:sha1:ab7501be34032fb9e5c48726a68ae90a917af9eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: gofumpt</title>
<updated>2026-03-04T00:25:05Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-03-04T00:25:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=34d47f9e0cf66904432a3c774707b4773273ef4f'/>
<id>urn:sha1:34d47f9e0cf66904432a3c774707b4773273ef4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adler32: Use binary.BigEndian to avoid the gosec warning</title>
<updated>2026-02-22T04:28:05Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T04:27:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=f0bdb248330259733c4268345532fba0211f997c'/>
<id>urn:sha1:f0bdb248330259733c4268345532fba0211f997c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adler32: Fix comment lint</title>
<updated>2026-02-22T04:27:43Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T04:27:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=18c208a6096d1b462965896817d5e3569d7a9231'/>
<id>urn:sha1:18c208a6096d1b462965896817d5e3569d7a9231</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adler32: Remove sse3 and arm64/neon</title>
<updated>2026-02-22T04:21:14Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T04:21:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=6c605fdf71f8e710de7da10e52f8c58385cc0f80'/>
<id>urn:sha1:6c605fdf71f8e710de7da10e52f8c58385cc0f80</id>
<content type='text'>
I can't maintain it
</content>
</entry>
<entry>
<title>adler32: Import</title>
<updated>2026-02-22T03:38:33Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-02-22T03:38:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=5e26980abad6374917aafad7e6c8120cd2e55d63'/>
<id>urn:sha1:5e26980abad6374917aafad7e6c8120cd2e55d63</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>Revert "adler32: Drop SSE3 support"</title>
<updated>2026-01-06T14:31:52Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2026-01-06T14:31:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=c85eeaccb831afddedac7bd5f1ba163ebac79fc1'/>
<id>urn:sha1:c85eeaccb831afddedac7bd5f1ba163ebac79fc1</id>
<content type='text'>
This reverts commit ba327e76c5b110044ec8ebb75630e79506dfbed8 and re-adds
SSE3 support at the request of Noisytoot.
</content>
</entry>
</feed>
