tailscale / tailscale/tailscale
all: use NodeView inside tailscaled
Open
- Dominant language
- Go
- Stars
- 36.5k
- Forks
- 3.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 132
Description
As part of working on #1909, we want to use views more inside tailscaled. In particular, the `NetworkMap.Peers []*tailcfg.Node` is expensive to defensively clone all the time.
Fortunately we already generate NodeView in the tailcfg package. It just isn't widely used yet. Tracking bug to do so.
/cc @maisem
Contributor guide
Assessment
This issue has not been assessed yet.