| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *: Add package-level docs v0.1.44 | 2026-03-04 | 1 | -0/+2 | |
| * | *: Lint | 2026-03-04 | 3 | -1/+15 | |
| * | *: gofumpt | 2026-03-04 | 1 | -3/+1 | |
| * | adler32: Use binary.BigEndian to avoid the gosec warning v0.1.35 | 2026-02-22 | 1 | -2/+1 | |
| * | adler32: Fix comment lint | 2026-02-22 | 1 | -1/+1 | |
| * | adler32: Use adler32_test as the test package name | 2026-02-22 | 1 | -3/+5 | |
| * | adler32: Rename constant symbols v0.1.34 | 2026-02-22 | 1 | -15/+9 | |
| * | adler32: Remove sse3 and arm64/neon•••I can't maintain it | 2026-02-22 | 7 | -523/+6 | |
| * | adler32: Use proper instructions for avx2 | 2026-02-22 | 1 | -213/+207 | |
| * | adler32: Use reasonable label names | 2026-02-22 | 3 | -72/+72 | |
| * | adler32: Import | 2026-02-22 | 14 | -0/+1002 | |
| * | Delete everything, I'm redesigning this.•••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. | 2026-02-20 | 14 | -1003/+0 | |
| * | adler32: Add package-level doc-comment | 2026-01-30 | 1 | -0/+1 | |
| * | Revert "adler32: Drop SSE3 support"•••This reverts commit ba327e76c5b110044ec8ebb75630e79506dfbed8 and re-adds SSE3 support at the request of Noisytoot. | 2026-01-06 | 3 | -4/+232 | |
| * | adler32: Drop SSE3 support | 2026-01-06 | 3 | -232/+4 | |
| * | adler32: More descriptive constants | 2025-12-19 | 2 | -26/+26 | |
| * | adler32: Use meaningful label names and remove generated comments | 2025-12-19 | 3 | -588/+588 | |
| * | adler32: noasm = purego | 2025-12-02 | 3 | -3/+3 | |
| * | adler32: Update assembly param names to pass go vet | 2025-11-23 | 3 | -8/+8 | |
| * | adler32: Add benchmark | 2025-11-20 | 1 | -0/+22 | |
| * | Add the right go:build's | 2025-11-19 | 2 | -0/+4 | |
| * | Replace adler32 with github.com/mhr3/adler32-simd•••Unfortunately no VSX support yet | 2025-11-19 | 18 | -892/+930 | |
| * | Ignore some errors in the tests (actually from stdlib but linter complains) | 2025-11-19 | 2 | -11/+11 | |
| * | SIMD with AVX2 on supported AMD64 machines•••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. | 2025-11-19 | 5 | -92/+423 | |
| * | adler32: Add tests from the standard library | 2025-11-19 | 2 | -0/+388 | |
| * | adler32: Unroll update loop | 2025-11-19 | 1 | -7/+70 | |
| * | Add adler32 and LICENSE | 2025-11-19 | 2 | -0/+156 |
