-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Issues: golang/go
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
unique: optimize interning of string([]byte) in structs/arrays
compiler/runtime
Issues related to the Go compiler and/or runtime.
Implementation
Issues describing a semantics-preserving change to the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
proposal: testing: run tests in parallel by default
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Performance
Proposal
x/crypto/x509roots/fallback: high, unskippable, init cost
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Unfortunate
cmd/compile: stronger constant propagation around closures
compiler/runtime
Issues related to the Go compiler and/or runtime.
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
cmd/compile: non-escaping pointer operations block register lifting of values
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
proposal: x/net/http2: allow configuring the buffer allocator to avoid copies during reads
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Performance
Proposal
proposal: net/url: URL.Clone, Values.Clone
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Performance
Proposal
archive/zip: support zero-copy writing
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
proposal: io: add Seq for efficient, zero-copy I/O
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
Performance
Proposal
cmd/compile: unnecessary bounds check when slicing after using Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
help wanted
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
slices.Grow
BugReport
testing: implement b.Loop keepalive without preventing inlining, which can lead to heap allocs
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
ToolProposal
Issues describing a requested change to a Go tool or command-line program.
#73137
opened Apr 2, 2025 by
thepudds
cmd/compile: don't escape argument when all possible values of function pointer are known
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
#73132
opened Apr 2, 2025 by
dominikh
os: os.Root: use OBJ_DONT_REPARSE on Windows
Implementation
Issues describing a semantics-preserving change to the Go implementation.
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Windows
Performance
#73080
opened Mar 27, 2025 by
neild
os: os.Root: use O_NOFOLLOW_ANY on macOS
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Darwin
Performance
#73079
opened Mar 27, 2025 by
neild
os: os.Root: use O_RESOLVE_BENEATH on FreeBSD
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
NeedsFix
The path to resolution is known, but the work has not been done.
OS-FreeBSD
Performance
#73078
opened Mar 27, 2025 by
neild
os: os.Root: use openat2 with RESOLVE_BENEATH on Linux
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
NeedsFix
The path to resolution is known, but the work has not been done.
OS-Linux
Performance
#73077
opened Mar 27, 2025 by
neild
os: faster os.Root operations where available
LibraryProposal
Issues describing a requested change to the Go standard library or x/ libraries, but not to a tool
NeedsFix
The path to resolution is known, but the work has not been done.
Performance
#73076
opened Mar 27, 2025 by
neild
runtime: Channel benchmark causes extremely high idle wake ups on macOS Sequoia
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
cmd/compile: doesn't optimize float comparison to MINSD
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Performance
cmd/compile: slow escape analysis in large package in the typescript compiler
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Other
None of the above.
Performance
cmd/compile: storing strings doesn't take advantage of paired stores on arm64
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
cmd/compile: use context-sensitivity to prevent inlining of cold callsites in PGO
binary-size
compiler/runtime
Issues related to the Go compiler and/or runtime.
Implementation
Issues describing a semantics-preserving change to the Go implementation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
x/benchmarks/sweet: re-enable gVisor benchmarks
NeedsFix
The path to resolution is known, but the work has not been done.
Other
None of the above.
Performance
cmd/compile: teach escape analysis to conditionally stack alloc interface method call parameters like a slice in w.Write(b)
compiler/runtime
Issues related to the Go compiler and/or runtime.
Implementation
Issues describing a semantics-preserving change to the Go implementation.
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Performance
cmd/compile: store pairing on arm64 misses some cases
BugReport
Issues describing a possible bug in the Go implementation.
compiler/runtime
Issues related to the Go compiler and/or runtime.
help wanted
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Performance
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.