Skip to content

Chore: bump github.com/xssnick/raptorq from 1.3.0 to 1.4.0#3704

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/xssnick/raptorq-1.4.0
Open

Chore: bump github.com/xssnick/raptorq from 1.3.0 to 1.4.0#3704
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/xssnick/raptorq-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps github.com/xssnick/raptorq from 1.3.0 to 1.4.0.

Release notes

Sourced from github.com/xssnick/raptorq's releases.

v1.4.0

  • Store fast symbols in contiguous buffers and make slow symbol indexing lazy to cut decoder allocations
  • Add all-fast decode fast-path that returns data without running the solver
  • Reuse decode symbol slices through a small pool instead of allocating per decode
  • Add matrix arena with pooled chunks, typed scratch slices, and dirty/zeroed matrix allocation modes
  • Build sparse row and column indexes for inactivation instead of scanning dense matrices
  • Track A_upper nonzero entries while building the matrix and reuse them for inactivation and permutation
  • Apply row/column permutation and build upper sparse indexes in one pass
  • Avoid repeated GetRows/GetCols dense scans during U identity and final C reconstruction
  • Convert solver helpers to arena-backed row-wise operations to reduce temporary matrices and divisions
  • Pass scratch buffers into Gaussian elimination and apply row permutations in place
  • Add AVX2 XOR fast-path on amd64 with runtime CPU feature detection
  • Move discmath under internal pkg
  • Raise module Go version to 1.25
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/xssnick/raptorq](https://github.com/xssnick/raptorq) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/xssnick/raptorq/releases)
- [Commits](xssnick/raptorq@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/xssnick/raptorq
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants