[PR #62] [MERGED] perf(relay): index WireGuard sessions by receiver index #61

Closed
opened 2026-04-11 08:46:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/gerbil/pull/62
Author: @LaurenceJJones
Created: 3/12/2026
Status: Merged
Merged: 4/3/2026
Merged by: @marcschaeferger

Base: devHead: split/upstream-dev-relay-session-index


📝 Commits (3)

  • abc744c perf(relay): index WireGuard sessions by receiver index
  • 3cf2ccd Merge branch 'dev' into split/upstream-dev-relay-session-index
  • eedd813 Update Go version in GitHub Actions workflow

📊 Changes

2 files changed (+15 additions, -14 deletions)

View changed files

📝 .github/workflows/test.yml (+1 -1)
📝 relay/relay.go (+14 -13)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Currently untested, basis is to remove the range function which is O(n) scaling as more wireguard session come online.

How to test?

WIP


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/gerbil/pull/62 **Author:** [@LaurenceJJones](https://github.com/LaurenceJJones) **Created:** 3/12/2026 **Status:** ✅ Merged **Merged:** 4/3/2026 **Merged by:** [@marcschaeferger](https://github.com/marcschaeferger) **Base:** `dev` ← **Head:** `split/upstream-dev-relay-session-index` --- ### 📝 Commits (3) - [`abc744c`](https://github.com/fosrl/gerbil/commit/abc744c647e7267f9bb161ffb1bf1a410a8ea3c5) perf(relay): index WireGuard sessions by receiver index - [`3cf2ccd`](https://github.com/fosrl/gerbil/commit/3cf2ccdc54002786a228a33b0e72fe40ecee7235) Merge branch 'dev' into split/upstream-dev-relay-session-index - [`eedd813`](https://github.com/fosrl/gerbil/commit/eedd813e2fed895ce3def66d8e08bad75bca68f4) Update Go version in GitHub Actions workflow ### 📊 Changes **2 files changed** (+15 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+1 -1) 📝 `relay/relay.go` (+14 -13) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Currently untested, basis is to remove the range function which is O(n) scaling as more wireguard session come online. ## How to test? WIP --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-11 08:46:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gerbil#61