<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~runxiyu/furgit.git/internal/adler32/bench_test.go, branch v0.1.1</title>
<subtitle>Git library in pure Go</subtitle>
<id>https://cgit.space/~runxiyu/furgit.git/atom/internal/adler32/bench_test.go?h=v0.1.1</id>
<link rel='self' href='https://cgit.space/~runxiyu/furgit.git/atom/internal/adler32/bench_test.go?h=v0.1.1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/'/>
<updated>2025-11-20T00:00:00Z</updated>
<entry>
<title>adler32: Add benchmark</title>
<updated>2025-11-20T00:00:00Z</updated>
<author>
<name>Runxi Yu</name>
</author>
<published>2025-11-20T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~runxiyu/furgit.git/commit/?id=2d70cfd89c2a3ab5af00ba8bb557a36ef8395a02'/>
<id>urn:sha1:2d70cfd89c2a3ab5af00ba8bb557a36ef8395a02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace adler32 with github.com/mhr3/adler32-simd</title>
<updated>2025-11-19T00:00:03Z</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=7d60b65249c8af355d739ccf44482a899d89c9c1'/>
<id>urn:sha1:7d60b65249c8af355d739ccf44482a899d89c9c1</id>
<content type='text'>
Unfortunately no VSX support yet
</content>
</entry>
<entry>
<title>SIMD with AVX2 on supported AMD64 machines</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=676f08cc4b0deb397033598ac96c0d0272fcae05'/>
<id>urn:sha1:676f08cc4b0deb397033598ac96c0d0272fcae05</id>
<content type='text'>
Some help from gpt-5.1-thinking taken: used wrong register size for
the weighted sum at first, so it was truncating the second half of
our block; also there was an overflow from the modulus and stuff.

Unfortunately the AVX2 adler32 is only about 20% faster than the
generic version which doesn't make for much.
</content>
</entry>
</feed>
